#31766C

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

Shades of Genoa #31766C

Tints of Genoa #31766C

Color information

#31766C (or 0x31766C) is unknown color: approx Genoa. HEX triplet: 31, 76 and 6C. RGB value is (49,118,108). Sum of RGB (Red+Green+Blue) = 49+118+108=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #31766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31766C is #CE8993. Grayscale: #606060. Windows color (decimal): -13535636 or 7108145. OLE color: 7108145.

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

Color convert

RGB49118108-
CMYK0.5800.080.54
HSL171.3º41.32%32.75%-
HSV(B)171.3º58.47%46.27%-
XYZ10.4514.6916.47-
YUV96.23134.6494.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=17.82%
G=42.91%
B=39.27%

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
Decimal491181080.5800.080.54171.341.3232.75
Hex31766C3A0836ab2921
Octal6116615472010662535141
Binary110001111011011011001110100100011011010101011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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