#35796E

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

Shades of Genoa #35796E

Tints of Genoa #35796E

Color information

#35796E (or 0x35796E) is unknown color: approx Genoa. HEX triplet: 35, 79 and 6E. RGB value is (53,121,110). Sum of RGB (Red+Green+Blue) = 53+121+110=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 121 - color contains mainly: green. Hex color #35796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35796E is #CA8691. Grayscale: #636363. Windows color (decimal): -13272722 or 7239989. OLE color: 7239989.

HSL color Cylindrical-coordinate representation of color #35796E: hue angle of 170.29º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35796E is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB53121110-
CMYK0.5600.090.53
HSL170.29º39.08%34.12%-
HSV(B)170.29º56.2%47.45%-
XYZ11.1215.5617.17-
YUV99.41133.9794.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 121 (47.66% from 255) = 42.61%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=18.66%
G=42.61%
B=38.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531211100.5600.090.53170.2939.0834.12
Hex35796E380935aa2722
Octal6517115670011652524742
Binary110101111100111011101110000100111010110101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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