#35806D

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

Shades of Genoa #35806D

Tints of Genoa #35806D

Color information

#35806D (or 0x35806D) is unknown color: approx Genoa. HEX triplet: 35, 80 and 6D. RGB value is (53,128,109). Sum of RGB (Red+Green+Blue) = 53+128+109=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #35806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35806D is #CA7F92. Grayscale: #676767. Windows color (decimal): -13270931 or 7176245. OLE color: 7176245.

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

Color convert

RGB53128109-
CMYK0.5900.150.50
HSL164.8º41.44%35.49%-
HSV(B)164.8º58.59%50.2%-
XYZ11.9517.317.18-
YUV103.41131.1592.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=18.28%
G=44.14%
B=37.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531281090.5900.150.50164.841.4435.49
Hex35806D3B0F32a52923
Octal6520015573017622455143
Binary1101011000000011011011110110111111001010100101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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