#317961

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

Shades of Genoa #317961

Tints of Genoa #317961

Color information

#317961 (or 0x317961) is unknown color: approx Genoa. HEX triplet: 31, 79 and 61. RGB value is (49,121,97). Sum of RGB (Red+Green+Blue) = 49+121+97=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #317961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317961 is #CE869E. Grayscale: #606060. Windows color (decimal): -13534879 or 6388017. OLE color: 6388017.

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

Color convert

RGB4912197-
CMYK0.6000.200.53
HSL160º42.35%33.33%-
HSV(B)160º59.5%47.45%-
XYZ10.2615.1913.7-
YUV96.74128.1593.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=18.35%
G=45.32%
B=36.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121970.6000.200.5316042.3533.33
Hex3179613C01435a02a21
Octal6117114174024652405241
Binary1100011111001110000111110001010011010110100000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317961; }

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

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

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

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

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

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

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

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