#317960

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

Shades of Genoa #317960

Tints of Genoa #317960

Color information

#317960 (or 0x317960) is unknown color: approx Genoa. HEX triplet: 31, 79 and 60. RGB value is (49,121,96). Sum of RGB (Red+Green+Blue) = 49+121+96=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #317960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317960 is #CE869F. Grayscale: #606060. Windows color (decimal): -13534880 or 6322481. OLE color: 6322481.

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

Color convert

RGB4912196-
CMYK0.6000.210.53
HSL159.17º42.35%33.33%-
HSV(B)159.17º59.5%47.45%-
XYZ10.2215.1713.46-
YUV96.62127.6594.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 121 (47.66% from 255) = 45.49%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=18.42%
G=45.49%
B=36.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121960.6000.210.53159.1742.3533.33
Hex3179603C015359f2a21
Octal6117114074025652375241
Binary1100011111001110000011110001010111010110011111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317960; }

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

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

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

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

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

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

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

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