#31796D

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

Shades of Genoa #31796D

Tints of Genoa #31796D

Color information

#31796D (or 0x31796D) is unknown color: approx Genoa. HEX triplet: 31, 79 and 6D. RGB value is (49,121,109). Sum of RGB (Red+Green+Blue) = 49+121+109=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #31796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31796D is #CE8692. Grayscale: #626262. Windows color (decimal): -13534867 or 7174449. OLE color: 7174449.

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

Color convert

RGB49121109-
CMYK0.6000.100.53
HSL170º42.35%33.33%-
HSV(B)170º59.5%47.45%-
XYZ10.8615.4316.87-
YUV98.1134.1592.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=17.56%
G=43.37%
B=39.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491211090.6000.100.5317042.3533.33
Hex31796D3C0A35aa2a21
Octal6117115574012652525241
Binary110001111100111011011111000101011010110101010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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