#31806A

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

Shades of Genoa #31806A

Tints of Genoa #31806A

Color information

#31806A (or 0x31806A) is unknown color: approx Genoa. HEX triplet: 31, 80 and 6A. RGB value is (49,128,106). Sum of RGB (Red+Green+Blue) = 49+128+106=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #31806A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31806A is #CE7F95. Grayscale: #656565. Windows color (decimal): -13533078 or 6979633. OLE color: 6979633.

HSL color Cylindrical-coordinate representation of color #31806A: hue angle of 163.29º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31806A is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB49128106-
CMYK0.6200.170.50
HSL163.29º44.63%34.71%-
HSV(B)163.29º61.72%50.2%-
XYZ11.5917.1316.33-
YUV101.87130.3390.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=17.31%
G=45.23%
B=37.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491281060.6200.170.50163.2944.6334.71
Hex31806A3E01132a32d23
Octal6120015276021622435543
Binary11000110000000110101011111001000111001010100011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31806A; }

 p { color: rgb(49,128,106); }

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

<style>
 a { background-color: #31806A; }

 a { background-color: rgb(49,128,106); }

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

<style>
 span { border-color: #31806A; }

 span { border-color: rgb(49,128,106); }

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