#35796A

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

Shades of Genoa #35796A

Tints of Genoa #35796A

Color information

#35796A (or 0x35796A) is unknown color: approx Genoa. HEX triplet: 35, 79 and 6A. RGB value is (53,121,106). Sum of RGB (Red+Green+Blue) = 53+121+106=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #35796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35796A is #CA8695. Grayscale: #626262. Windows color (decimal): -13272726 or 6977845. OLE color: 6977845.

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

Color convert

RGB53121106-
CMYK0.5600.120.53
HSL166.76º39.08%34.12%-
HSV(B)166.76º56.2%47.45%-
XYZ10.9115.4716.05-
YUV98.96131.9795.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 121 (47.66% from 255) = 43.21%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=18.93%
G=43.21%
B=37.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531211060.5600.120.53166.7639.0834.12
Hex35796A380C35a72722
Octal6517115270014652474742
Binary110101111100111010101110000110011010110100111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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