#31867C

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

Shades of Elm #31867C

Tints of Elm #31867C

Color information

#31867C (or 0x31867C) is unknown color: approx Elm. HEX triplet: 31, 86 and 7C. RGB value is (49,134,124). Sum of RGB (Red+Green+Blue) = 49+134+124=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #31867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31867C is #CE7983. Grayscale: #6B6B6B. Windows color (decimal): -13531524 or 8160817. OLE color: 8160817.

HSL color Cylindrical-coordinate representation of color #31867C: hue angle of 172.94º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31867C is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB49134124-
CMYK0.6300.070.47
HSL172.94º46.45%35.88%-
HSV(B)172.94º63.43%52.55%-
XYZ13.4319.1622.06-
YUV107.44137.3486.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.96%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=15.96%
G=43.65%
B=40.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491341240.6300.070.47172.9446.4535.88
Hex31867C3F072Fad2e24
Octal612061747707572555644
Binary110001100001101111100111111011110111110101101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31867C; }

 p { color: rgb(49,134,124); }

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

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

 a { background-color: rgb(49,134,124); }

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

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

 span { border-color: rgb(49,134,124); }

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