#358276

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

Shades of Genoa #358276

Tints of Genoa #358276

Color information

#358276 (or 0x358276) is unknown color: approx Genoa. HEX triplet: 35, 82 and 76. RGB value is (53,130,118). Sum of RGB (Red+Green+Blue) = 53+130+118=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #358276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358276 is #CA7D89. Grayscale: #696969. Windows color (decimal): -13270410 or 7766581. OLE color: 7766581.

HSL color Cylindrical-coordinate representation of color #358276: hue angle of 170.65º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358276 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB53130118-
CMYK0.5900.090.49
HSL170.65º42.08%35.88%-
HSV(B)170.65º59.23%50.98%-
XYZ12.7218.0319.95-
YUV105.61134.9990.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=17.61%
G=43.19%
B=39.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531301180.5900.090.49170.6542.0835.88
Hex3582763B0931ab2a24
Octal6520216673011612535244
Binary1101011000001011101101110110100111000110101011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358276; }

 p { color: rgb(53,130,118); }

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

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

 a { background-color: rgb(53,130,118); }

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

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

 span { border-color: rgb(53,130,118); }

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