#317974

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

Shades of Elm #317974

Tints of Elm #317974

Color information

#317974 (or 0x317974) is unknown color: approx Elm. HEX triplet: 31, 79 and 74. RGB value is (49,121,116). Sum of RGB (Red+Green+Blue) = 49+121+116=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #317974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317974 is #CE868B. Grayscale: #626262. Windows color (decimal): -13534860 or 7633201. OLE color: 7633201.

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

Color convert

RGB49121116-
CMYK0.6000.040.53
HSL175.83º42.35%33.33%-
HSV(B)175.83º59.5%47.45%-
XYZ11.2615.5918.94-
YUV98.9137.6592.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 121 (47.66% from 255) = 42.31%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=17.13%
G=42.31%
B=40.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491211160.6000.040.53175.8342.3533.33
Hex3179743C0435b02a21
Octal611711647404652605241
Binary11000111110011110100111100010011010110110000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317974; }

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

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

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

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

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

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

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

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