#317672

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

Shades of Elm #317672

Tints of Elm #317672

Color information

#317672 (or 0x317672) is unknown color: approx Elm. HEX triplet: 31, 76 and 72. RGB value is (49,118,114). Sum of RGB (Red+Green+Blue) = 49+118+114=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #317672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317672 is #CE898D. Grayscale: #606060. Windows color (decimal): -13535630 or 7501361. OLE color: 7501361.

HSL color Cylindrical-coordinate representation of color #317672: hue angle of 176.52º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317672 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB49118114-
CMYK0.5800.030.54
HSL176.52º41.32%32.75%-
HSV(B)176.52º58.47%46.27%-
XYZ10.7814.8218.21-
YUV96.91137.6493.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=17.44%
G=41.99%
B=40.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491181140.5800.030.54176.5241.3232.75
Hex3176723A0336b12921
Octal611661627203662615141
Binary1100011110110111001011101001111011010110001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317672; }

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

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

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

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

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

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

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

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