#35756E

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

Shades of Genoa #35756E

Tints of Genoa #35756E

Color information

#35756E (or 0x35756E) is unknown color: approx Genoa. HEX triplet: 35, 75 and 6E. RGB value is (53,117,110). Sum of RGB (Red+Green+Blue) = 53+117+110=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #35756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35756E is #CA8A91. Grayscale: #616161. Windows color (decimal): -13273746 or 7238965. OLE color: 7238965.

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

Color convert

RGB53117110-
CMYK0.5500.060.54
HSL173.44º37.65%33.33%-
HSV(B)173.44º54.7%45.88%-
XYZ10.6414.6117.01-
YUV97.07135.396.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=18.93%
G=41.79%
B=39.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531171100.5500.060.54173.4437.6533.33
Hex35756E370636ad2621
Octal651651566706662554641
Binary11010111101011101110110111011011011010101101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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