#31756E

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

Shades of Genoa #31756E

Tints of Genoa #31756E

Color information

#31756E (or 0x31756E) is unknown color: approx Genoa. HEX triplet: 31, 75 and 6E. RGB value is (49,117,110). Sum of RGB (Red+Green+Blue) = 49+117+110=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #31756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31756E is #CE8A91. Grayscale: #5F5F5F. Windows color (decimal): -13535890 or 7238961. OLE color: 7238961.

HSL color Cylindrical-coordinate representation of color #31756E: hue angle of 173.82º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31756E is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB49117110-
CMYK0.5800.060.54
HSL173.82º40.96%32.55%-
HSV(B)173.82º58.12%45.88%-
XYZ10.4414.517-
YUV95.87135.9794.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=17.75%
G=42.39%
B=39.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491171100.5800.060.54173.8240.9632.55
Hex31756E3A0636ae2921
Octal611651567206662565141
Binary11000111101011101110111010011011011010101110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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