#31897A

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

Shades of Elm #31897A

Tints of Elm #31897A

Color information

#31897A (or 0x31897A) is unknown color: approx Elm. HEX triplet: 31, 89 and 7A. RGB value is (49,137,122). Sum of RGB (Red+Green+Blue) = 49+137+122=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #31897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31897A is #CE7685. Grayscale: #6C6C6C. Windows color (decimal): -13530758 or 8030513. OLE color: 8030513.

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

Color convert

RGB49137122-
CMYK0.6400.110.46
HSL169.77º47.31%36.47%-
HSV(B)169.77º64.23%53.73%-
XYZ13.7319.9521.54-
YUV108.98135.3585.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=15.91%
G=44.48%
B=39.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491371220.6400.110.46169.7747.3136.47
Hex31897A400B2Eaa2f24
Octal61211172100013562525744
Binary11000110001001111101010000000101110111010101010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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