#31786C

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

Shades of Genoa #31786C

Tints of Genoa #31786C

Color information

#31786C (or 0x31786C) is unknown color: approx Genoa. HEX triplet: 31, 78 and 6C. RGB value is (49,120,108). Sum of RGB (Red+Green+Blue) = 49+120+108=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #31786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31786C is #CE8793. Grayscale: #616161. Windows color (decimal): -13535124 or 7108657. OLE color: 7108657.

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

Color convert

RGB49120108-
CMYK0.5900.100.53
HSL169.86º42.01%33.14%-
HSV(B)169.86º59.17%47.06%-
XYZ10.6915.1716.55-
YUV97.4133.9893.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=17.69%
G=43.32%
B=38.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491201080.5900.100.53169.8642.0133.14
Hex31786C3B0A35aa2a21
Octal6117015473012652525241
Binary110001111100011011001110110101011010110101010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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