#318173

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

Shades of Genoa #318173

Tints of Genoa #318173

Color information

#318173 (or 0x318173) is unknown color: approx Genoa. HEX triplet: 31, 81 and 73. RGB value is (49,129,115). Sum of RGB (Red+Green+Blue) = 49+129+115=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #318173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318173 is #CE7E8C. Grayscale: #676767. Windows color (decimal): -13532813 or 7569713. OLE color: 7569713.

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

Color convert

RGB49129115-
CMYK0.6200.110.49
HSL169.5º44.94%34.9%-
HSV(B)169.5º62.02%50.59%-
XYZ12.2117.5918.97-
YUV103.48134.589.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.72%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=16.72%
G=44.03%
B=39.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291150.6200.110.49169.544.9434.9
Hex3181733E0B31aa2d23
Octal6120116376013612525543
Binary1100011000000111100111111100101111000110101010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318173; }

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

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

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

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

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

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

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

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