#34836F

Color #34836F Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #34836F

Tints of Genoa #34836F

Color information

#34836F (or 0x34836F) is unknown color: approx Genoa. HEX triplet: 34, 83 and 6F. RGB value is (52,131,111). Sum of RGB (Red+Green+Blue) = 52+131+111=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #34836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34836F is #CB7C90. Grayscale: #696969. Windows color (decimal): -13335697 or 7308084. OLE color: 7308084.

HSL color Cylindrical-coordinate representation of color #34836F: hue angle of 164.81º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34836F is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB52131111-
CMYK0.6000.150.49
HSL164.81º43.17%35.88%-
HSV(B)164.81º60.31%51.37%-
XYZ12.418.1117.88-
YUV105.1131.3390.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 131 (51.56% from 255) = 44.56%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=17.69%
G=44.56%
B=37.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521311110.6000.150.49164.8143.1735.88
Hex34836F3C0F31a52b24
Octal6420315774017612455344
Binary1101001000001111011111111000111111000110100101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34836F; }

 p { color: rgb(52,131,111); }

 H1.HeaderClassName
 {
   color: #34836F;
 }
 .AnyTagClassName
 {
   color: #34836F;
 }
</style>
background-color css

<style>
 a { background-color: #34836F; }

 a { background-color: rgb(52,131,111); }

 div.DivClassName
 {
   background-color: #34836F;
 }
 .BgClassName
 {
   background-color: #34836F;
 }
</style>
border-color css

<style>
 span { border-color: #34836F; }

 span { border-color: rgb(52,131,111); }

 td.TdClassName
 {
   border-color: #34836F;
 }
 .TagClassName
 {
   border-color: #34836F;
 }
</style>