#317963

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

Shades of Genoa #317963

Tints of Genoa #317963

Color information

#317963 (or 0x317963) is unknown color: approx Genoa. HEX triplet: 31, 79 and 63. RGB value is (49,121,99). Sum of RGB (Red+Green+Blue) = 49+121+99=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #317963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317963 is #CE869C. Grayscale: #606060. Windows color (decimal): -13534877 or 6519089. OLE color: 6519089.

HSL color Cylindrical-coordinate representation of color #317963: hue angle of 161.67º 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 #317963 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB4912199-
CMYK0.6000.180.53
HSL161.67º42.35%33.33%-
HSV(B)161.67º59.5%47.45%-
XYZ10.3615.2314.2-
YUV96.96129.1593.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.22%
GREEN value IS 121 (47.66% from 255) = 44.98%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=18.22%
G=44.98%
B=36.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121990.6000.180.53161.6742.3533.33
Hex3179633C01235a22a21
Octal6117114374022652425241
Binary1100011111001110001111110001001011010110100010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317963; }

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

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

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

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

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

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

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

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