#35806C

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

Shades of Genoa #35806C

Tints of Genoa #35806C

Color information

#35806C (or 0x35806C) is unknown color: approx Genoa. HEX triplet: 35, 80 and 6C. RGB value is (53,128,108). Sum of RGB (Red+Green+Blue) = 53+128+108=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #35806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35806C is #CA7F93. Grayscale: #676767. Windows color (decimal): -13270932 or 7110709. OLE color: 7110709.

HSL color Cylindrical-coordinate representation of color #35806C: hue angle of 164º 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 #35806C is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB53128108-
CMYK0.5900.160.50
HSL164º41.44%35.49%-
HSV(B)164º58.59%50.2%-
XYZ11.8917.2816.9-
YUV103.29130.6592.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=18.34%
G=44.29%
B=37.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531281080.5900.160.5016441.4435.49
Hex35806C3B01032a42923
Octal6520015473020622445143
Binary11010110000000110110011101101000011001010100100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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