#318171

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

Shades of Genoa #318171

Tints of Genoa #318171

Color information

#318171 (or 0x318171) is unknown color: approx Genoa. HEX triplet: 31, 81 and 71. RGB value is (49,129,113). Sum of RGB (Red+Green+Blue) = 49+129+113=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #318171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318171 is #CE7E8E. Grayscale: #676767. Windows color (decimal): -13532815 or 7438641. OLE color: 7438641.

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

Color convert

RGB49129113-
CMYK0.6200.120.49
HSL168º44.94%34.9%-
HSV(B)168º62.02%50.59%-
XYZ12.117.5518.37-
YUV103.26133.589.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=16.84%
G=44.33%
B=38.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291130.6200.120.4916844.9434.9
Hex3181713E0C31a82d23
Octal6120116176014612505543
Binary1100011000000111100011111100110011000110101000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318171; }

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

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

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

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

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

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

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

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