#35756A

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

Shades of Genoa #35756A

Tints of Genoa #35756A

Color information

#35756A (or 0x35756A) is unknown color: approx Genoa. HEX triplet: 35, 75 and 6A. RGB value is (53,117,106). Sum of RGB (Red+Green+Blue) = 53+117+106=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #35756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35756A is #CA8A95. Grayscale: #606060. Windows color (decimal): -13273750 or 6976821. OLE color: 6976821.

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

Color convert

RGB53117106-
CMYK0.5500.090.54
HSL169.69º37.65%33.33%-
HSV(B)169.69º54.7%45.88%-
XYZ10.4314.5215.89-
YUV96.61133.396.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=19.20%
G=42.39%
B=38.41%

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
Decimal531171060.5500.090.54169.6937.6533.33
Hex35756A370936aa2621
Octal6516515267011662524641
Binary110101111010111010101101110100111011010101010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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