#35796F

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

Shades of Genoa #35796F

Tints of Genoa #35796F

Color information

#35796F (or 0x35796F) is unknown color: approx Genoa. HEX triplet: 35, 79 and 6F. RGB value is (53,121,111). Sum of RGB (Red+Green+Blue) = 53+121+111=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #35796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35796F is #CA8690. Grayscale: #636363. Windows color (decimal): -13272721 or 7305525. OLE color: 7305525.

HSL color Cylindrical-coordinate representation of color #35796F: hue angle of 171.18º 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 #35796F is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB53121111-
CMYK0.5600.080.53
HSL171.18º39.08%34.12%-
HSV(B)171.18º56.2%47.45%-
XYZ11.1715.5817.46-
YUV99.53134.4794.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 121 (47.66% from 255) = 42.46%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=18.60%
G=42.46%
B=38.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531211110.5600.080.53171.1839.0834.12
Hex35796F380835ab2722
Octal6517115770010652534742
Binary110101111100111011111110000100011010110101011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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