#35806F

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

Shades of Genoa #35806F

Tints of Genoa #35806F

Color information

#35806F (or 0x35806F) is unknown color: approx Genoa. HEX triplet: 35, 80 and 6F. RGB value is (53,128,111). Sum of RGB (Red+Green+Blue) = 53+128+111=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #35806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35806F is #CA7F90. Grayscale: #676767. Windows color (decimal): -13270929 or 7307317. OLE color: 7307317.

HSL color Cylindrical-coordinate representation of color #35806F: hue angle of 166.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35806F is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB53128111-
CMYK0.5900.130.50
HSL166.4º41.44%35.49%-
HSV(B)166.4º58.59%50.2%-
XYZ12.0617.3417.75-
YUV103.64132.1591.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=18.15%
G=43.84%
B=38.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531281110.5900.130.50166.441.4435.49
Hex35806F3B0D32a62923
Octal6520015773015622465143
Binary1101011000000011011111110110110111001010100110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,128,111); }

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

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

 a { background-color: rgb(53,128,111); }

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

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

 span { border-color: rgb(53,128,111); }

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