#35756D

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

Shades of Genoa #35756D

Tints of Genoa #35756D

Color information

#35756D (or 0x35756D) is unknown color: approx Genoa. HEX triplet: 35, 75 and 6D. RGB value is (53,117,109). Sum of RGB (Red+Green+Blue) = 53+117+109=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #35756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35756D is #CA8A92. Grayscale: #606060. Windows color (decimal): -13273747 or 7173429. OLE color: 7173429.

HSL color Cylindrical-coordinate representation of color #35756D: hue angle of 172.5º 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 #35756D is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB53117109-
CMYK0.5500.070.54
HSL172.5º37.65%33.33%-
HSV(B)172.5º54.7%45.88%-
XYZ10.5914.5816.72-
YUV96.95134.896.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=19.00%
G=41.94%
B=39.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531171090.5500.070.54172.537.6533.33
Hex35756D370736ac2621
Octal651651556707662544641
Binary11010111101011101101110111011111011010101100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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