#317964

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

Shades of Genoa #317964

Tints of Genoa #317964

Color information

#317964 (or 0x317964) is unknown color: approx Genoa. HEX triplet: 31, 79 and 64. RGB value is (49,121,100). Sum of RGB (Red+Green+Blue) = 49+121+100=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #317964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317964 is #CE869B. Grayscale: #616161. Windows color (decimal): -13534876 or 6584625. OLE color: 6584625.

HSL color Cylindrical-coordinate representation of color #317964: hue angle of 162.5º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317964 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB49121100-
CMYK0.6000.170.53
HSL162.5º42.35%33.33%-
HSV(B)162.5º59.5%47.45%-
XYZ10.415.2514.45-
YUV97.08129.6593.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=18.15%
G=44.81%
B=37.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491211000.6000.170.53162.542.3533.33
Hex3179643C01135a22a21
Octal6117114474021652425241
Binary1100011111001110010011110001000111010110100010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317964; }

 p { color: rgb(49,121,100); }

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

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

 a { background-color: rgb(49,121,100); }

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

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

 span { border-color: rgb(49,121,100); }

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