#31887A

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

Shades of Elm #31887A

Tints of Elm #31887A

Color information

#31887A (or 0x31887A) is unknown color: approx Elm. HEX triplet: 31, 88 and 7A. RGB value is (49,136,122). Sum of RGB (Red+Green+Blue) = 49+136+122=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #31887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31887A is #CE7785. Grayscale: #6C6C6C. Windows color (decimal): -13531014 or 8030257. OLE color: 8030257.

HSL color Cylindrical-coordinate representation of color #31887A: hue angle of 170.34º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31887A is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB49136122-
CMYK0.6400.100.47
HSL170.34º47.03%36.27%-
HSV(B)170.34º63.97%53.33%-
XYZ13.5819.6721.49-
YUV108.39135.6885.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.96%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=15.96%
G=44.30%
B=39.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491361220.6400.100.47170.3447.0336.27
Hex31887A400A2Faa2f24
Octal61210172100012572525744
Binary11000110001000111101010000000101010111110101010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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