#318175

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

Shades of Genoa #318175

Tints of Genoa #318175

Color information

#318175 (or 0x318175) is unknown color: approx Genoa. HEX triplet: 31, 81 and 75. RGB value is (49,129,117). Sum of RGB (Red+Green+Blue) = 49+129+117=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #318175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318175 is #CE7E8A. Grayscale: #676767. Windows color (decimal): -13532811 or 7700785. OLE color: 7700785.

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

Color convert

RGB49129117-
CMYK0.6200.090.49
HSL171º44.94%34.9%-
HSV(B)171º62.02%50.59%-
XYZ12.3317.6419.58-
YUV103.71135.588.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.61%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=16.61%
G=43.73%
B=39.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291170.6200.090.4917144.9434.9
Hex3181753E0931ab2d23
Octal6120116576011612535543
Binary1100011000000111101011111100100111000110101011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318175; }

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

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

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

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

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

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

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

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