#35756B

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

Shades of Genoa #35756B

Tints of Genoa #35756B

Color information

#35756B (or 0x35756B) is unknown color: approx Genoa. HEX triplet: 35, 75 and 6B. RGB value is (53,117,107). Sum of RGB (Red+Green+Blue) = 53+117+107=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #35756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35756B is #CA8A94. Grayscale: #606060. Windows color (decimal): -13273749 or 7042357. OLE color: 7042357.

HSL color Cylindrical-coordinate representation of color #35756B: hue angle of 170.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35756B is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB53117107-
CMYK0.5500.090.54
HSL170.62º37.65%33.33%-
HSV(B)170.62º54.7%45.88%-
XYZ10.4814.5416.16-
YUV96.72133.896.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=19.13%
G=42.24%
B=38.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531171070.5500.090.54170.6237.6533.33
Hex35756B370936ab2621
Octal6516515367011662534641
Binary110101111010111010111101110100111011010101011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35756B; }

 p { color: rgb(53,117,107); }

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

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

 a { background-color: rgb(53,117,107); }

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

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

 span { border-color: rgb(53,117,107); }

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