#31877A

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

Shades of Elm #31877A

Tints of Elm #31877A

Color information

#31877A (or 0x31877A) is unknown color: approx Elm. HEX triplet: 31, 87 and 7A. RGB value is (49,135,122). Sum of RGB (Red+Green+Blue) = 49+135+122=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #31877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31877A is #CE7885. Grayscale: #6B6B6B. Windows color (decimal): -13531270 or 8030001. OLE color: 8030001.

HSL color Cylindrical-coordinate representation of color #31877A: hue angle of 170.93º 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 #31877A is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB49135122-
CMYK0.6400.100.47
HSL170.93º46.74%36.08%-
HSV(B)170.93º63.7%52.94%-
XYZ13.4419.3921.45-
YUV107.8136.0186.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=16.01%
G=44.12%
B=39.87%

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
Decimal491351220.6400.100.47170.9346.7436.08
Hex31877A400A2Fab2f24
Octal61207172100012572535744
Binary11000110000111111101010000000101010111110101011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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