#317976

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

Shades of Elm #317976

Tints of Elm #317976

Color information

#317976 (or 0x317976) is unknown color: approx Elm. HEX triplet: 31, 79 and 76. RGB value is (49,121,118). Sum of RGB (Red+Green+Blue) = 49+121+118=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #317976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317976 is #CE8689. Grayscale: #636363. Windows color (decimal): -13534858 or 7764273. OLE color: 7764273.

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

Color convert

RGB49121118-
CMYK0.6000.020.53
HSL177.5º42.35%33.33%-
HSV(B)177.5º59.5%47.45%-
XYZ11.3715.6419.56-
YUV99.13138.6592.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 121 (47.66% from 255) = 42.01%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=17.01%
G=42.01%
B=40.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491211180.6000.020.53177.542.3533.33
Hex3179763C0235b22a21
Octal611711667402652625241
Binary1100011111001111011011110001011010110110010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317976; }

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

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

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

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

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

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

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

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