#318170

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

Shades of Genoa #318170

Tints of Genoa #318170

Color information

#318170 (or 0x318170) is unknown color: approx Genoa. HEX triplet: 31, 81 and 70. RGB value is (49,129,112). Sum of RGB (Red+Green+Blue) = 49+129+112=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #318170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318170 is #CE7E8F. Grayscale: #676767. Windows color (decimal): -13532816 or 7373105. OLE color: 7373105.

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

Color convert

RGB49129112-
CMYK0.6200.130.49
HSL167.25º44.94%34.9%-
HSV(B)167.25º62.02%50.59%-
XYZ12.0417.5218.08-
YUV103.1413389.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=16.90%
G=44.48%
B=38.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291120.6200.130.49167.2544.9434.9
Hex3181703E0D31a72d23
Octal6120116076015612475543
Binary1100011000000111100001111100110111000110100111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318170; }

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

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

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

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

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

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

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

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