#31857A

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

Shades of Elm #31857A

Tints of Elm #31857A

Color information

#31857A (or 0x31857A) is unknown color: approx Elm. HEX triplet: 31, 85 and 7A. RGB value is (49,133,122). Sum of RGB (Red+Green+Blue) = 49+133+122=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #31857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31857A is #CE7A85. Grayscale: #6A6A6A. Windows color (decimal): -13531782 or 8029489. OLE color: 8029489.

HSL color Cylindrical-coordinate representation of color #31857A: hue angle of 172.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31857A is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB49133122-
CMYK0.6300.080.48
HSL172.14º46.15%35.69%-
HSV(B)172.14º63.16%52.16%-
XYZ13.1718.8321.35-
YUV106.63136.6786.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=16.12%
G=43.75%
B=40.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491331220.6300.080.48172.1446.1535.69
Hex31857A3F0830ac2e24
Octal6120517277010602545644
Binary1100011000010111110101111110100011000010101100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31857A; }

 p { color: rgb(49,133,122); }

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

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

 a { background-color: rgb(49,133,122); }

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

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

 span { border-color: rgb(49,133,122); }

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