#31786F

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

Shades of Genoa #31786F

Tints of Genoa #31786F

Color information

#31786F (or 0x31786F) is unknown color: approx Genoa. HEX triplet: 31, 78 and 6F. RGB value is (49,120,111). Sum of RGB (Red+Green+Blue) = 49+120+111=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #31786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31786F is #CE8790. Grayscale: #616161. Windows color (decimal): -13535121 or 7305265. OLE color: 7305265.

HSL color Cylindrical-coordinate representation of color #31786F: hue angle of 172.39º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31786F is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB49120111-
CMYK0.5900.080.53
HSL172.39º42.01%33.14%-
HSV(B)172.39º59.17%47.06%-
XYZ10.8515.2317.41-
YUV97.74135.4893.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=17.5%
G=42.86%
B=39.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491201110.5900.080.53172.3942.0133.14
Hex31786F3B0835ac2a21
Octal6117015773010652545241
Binary110001111100011011111110110100011010110101100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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