#31796F

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

Shades of Genoa #31796F

Tints of Genoa #31796F

Color information

#31796F (or 0x31796F) is unknown color: approx Genoa. HEX triplet: 31, 79 and 6F. RGB value is (49,121,111). Sum of RGB (Red+Green+Blue) = 49+121+111=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #31796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31796F is #CE8690. Grayscale: #626262. Windows color (decimal): -13534865 or 7305521. OLE color: 7305521.

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

Color convert

RGB49121111-
CMYK0.6000.080.53
HSL171.67º42.35%33.33%-
HSV(B)171.67º59.5%47.45%-
XYZ10.9715.4817.45-
YUV98.33135.1592.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 121 (47.66% from 255) = 43.06%
BLUE value IS 111 (43.75% from 255) = 39.50%
R=17.44%
G=43.06%
B=39.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491211110.6000.080.53171.6742.3533.33
Hex31796F3C0835ac2a21
Octal6117115774010652545241
Binary110001111100111011111111000100011010110101100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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