#31816A

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

Shades of Genoa #31816A

Tints of Genoa #31816A

Color information

#31816A (or 0x31816A) is unknown color: approx Genoa. HEX triplet: 31, 81 and 6A. RGB value is (49,129,106). Sum of RGB (Red+Green+Blue) = 49+129+106=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #31816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31816A is #CE7E95. Grayscale: #666666. Windows color (decimal): -13532822 or 6979889. OLE color: 6979889.

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

Color convert

RGB49129106-
CMYK0.6200.180.49
HSL162.75º44.94%34.9%-
HSV(B)162.75º62.02%50.59%-
XYZ11.7217.3916.38-
YUV102.4613089.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=17.25%
G=45.42%
B=37.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291060.6200.180.49162.7544.9434.9
Hex31816A3E01231a32d23
Octal6120115276022612435543
Binary11000110000001110101011111001001011000110100011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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