#318168

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

Shades of Genoa #318168

Tints of Genoa #318168

Color information

#318168 (or 0x318168) is unknown color: approx Genoa. HEX triplet: 31, 81 and 68. RGB value is (49,129,104). Sum of RGB (Red+Green+Blue) = 49+129+104=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #318168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318168 is #CE7E97. Grayscale: #666666. Windows color (decimal): -13532824 or 6848817. OLE color: 6848817.

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

Color convert

RGB49129104-
CMYK0.6200.190.49
HSL161.25º44.94%34.9%-
HSV(B)161.25º62.02%50.59%-
XYZ11.6217.3515.83-
YUV102.2312990.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 129 (50.78% from 255) = 45.74%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=17.38%
G=45.74%
B=36.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291040.6200.190.49161.2544.9434.9
Hex3181683E01331a12d23
Octal6120115076023612415543
Binary11000110000001110100011111001001111000110100001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318168; }

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

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

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

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

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

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

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

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