#318174

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

Shades of Genoa #318174

Tints of Genoa #318174

Color information

#318174 (or 0x318174) is unknown color: approx Genoa. HEX triplet: 31, 81 and 74. RGB value is (49,129,116). Sum of RGB (Red+Green+Blue) = 49+129+116=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #318174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318174 is #CE7E8B. Grayscale: #676767. Windows color (decimal): -13532812 or 7635249. OLE color: 7635249.

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

Color convert

RGB49129116-
CMYK0.6200.100.49
HSL170.25º44.94%34.9%-
HSV(B)170.25º62.02%50.59%-
XYZ12.2717.6119.28-
YUV103.613589.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.67%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=16.67%
G=43.88%
B=39.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291160.6200.100.49170.2544.9434.9
Hex3181743E0A31aa2d23
Octal6120116476012612525543
Binary1100011000000111101001111100101011000110101010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318174; }

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

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

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

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

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

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

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

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