#31796E

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

Shades of Genoa #31796E

Tints of Genoa #31796E

Color information

#31796E (or 0x31796E) is unknown color: approx Genoa. HEX triplet: 31, 79 and 6E. RGB value is (49,121,110). Sum of RGB (Red+Green+Blue) = 49+121+110=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #31796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31796E is #CE8691. Grayscale: #626262. Windows color (decimal): -13534866 or 7239985. OLE color: 7239985.

HSL color Cylindrical-coordinate representation of color #31796E: hue angle of 170.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31796E is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB49121110-
CMYK0.6000.090.53
HSL170.83º42.35%33.33%-
HSV(B)170.83º59.5%47.45%-
XYZ10.9215.4517.16-
YUV98.22134.6592.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 121 (47.66% from 255) = 43.21%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=17.5%
G=43.21%
B=39.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491211100.6000.090.53170.8342.3533.33
Hex31796E3C0935ab2a21
Octal6117115674011652535241
Binary110001111100111011101111000100111010110101011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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