#31786E

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

Shades of Genoa #31786E

Tints of Genoa #31786E

Color information

#31786E (or 0x31786E) is unknown color: approx Genoa. HEX triplet: 31, 78 and 6E. RGB value is (49,120,110). Sum of RGB (Red+Green+Blue) = 49+120+110=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #31786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31786E is #CE8791. Grayscale: #616161. Windows color (decimal): -13535122 or 7239729. OLE color: 7239729.

HSL color Cylindrical-coordinate representation of color #31786E: hue angle of 171.55º 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 #31786E is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB49120110-
CMYK0.5900.080.53
HSL171.55º42.01%33.14%-
HSV(B)171.55º59.17%47.06%-
XYZ10.815.2117.12-
YUV97.63134.9893.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=17.56%
G=43.01%
B=39.43%

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
Decimal491201100.5900.080.53171.5542.0133.14
Hex31786E3B0835ac2a21
Octal6117015673010652545241
Binary110001111100011011101110110100011010110101100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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