#31756C

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

Shades of Genoa #31756C

Tints of Genoa #31756C

Color information

#31756C (or 0x31756C) is unknown color: approx Genoa. HEX triplet: 31, 75 and 6C. RGB value is (49,117,108). Sum of RGB (Red+Green+Blue) = 49+117+108=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #31756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31756C is #CE8A93. Grayscale: #5F5F5F. Windows color (decimal): -13535892 or 7107889. OLE color: 7107889.

HSL color Cylindrical-coordinate representation of color #31756C: hue angle of 172.06º 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 #31756C is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB49117108-
CMYK0.5800.080.54
HSL172.06º40.96%32.55%-
HSV(B)172.06º58.12%45.88%-
XYZ10.3314.4616.43-
YUV95.64134.9794.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=17.88%
G=42.70%
B=39.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491171080.5800.080.54172.0640.9632.55
Hex31756C3A0836ac2921
Octal6116515472010662545141
Binary110001111010111011001110100100011011010101100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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