#31816E

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

Shades of Genoa #31816E

Tints of Genoa #31816E

Color information

#31816E (or 0x31816E) is unknown color: approx Genoa. HEX triplet: 31, 81 and 6E. RGB value is (49,129,110). Sum of RGB (Red+Green+Blue) = 49+129+110=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #31816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31816E is #CE7E91. Grayscale: #666666. Windows color (decimal): -13532818 or 7242033. OLE color: 7242033.

HSL color Cylindrical-coordinate representation of color #31816E: hue angle of 165.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 #31816E is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB49129110-
CMYK0.6200.150.49
HSL165.75º44.94%34.9%-
HSV(B)165.75º62.02%50.59%-
XYZ11.9317.4817.5-
YUV102.9113289.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 110 (43.36% from 255) = 38.19%
R=17.01%
G=44.79%
B=38.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291100.6200.150.49165.7544.9434.9
Hex31816E3E0F31a62d23
Octal6120115676017612465543
Binary1100011000000111011101111100111111000110100110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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