#158179

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

Shades of Elm #158179

Tints of Elm #158179

Color information

#158179 (or 0x158179) is unknown color: approx Elm. HEX triplet: 15, 81 and 79. RGB value is (21,129,121). Sum of RGB (Red+Green+Blue) = 21+129+121=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #158179 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158179 is #EA7E86. Grayscale: #5F5F5F. Windows color (decimal): -15367815 or 7962901. OLE color: 7962901.

HSL color Cylindrical-coordinate representation of color #158179: hue angle of 175.56º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158179 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB21129121-
CMYK0.8400.060.49
HSL175.56º72%29.41%-
HSV(B)175.56º83.72%50.59%-
XYZ11.6117.2420.8-
YUV95.8142.2274.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.75%
GREEN value IS 129 (50.78% from 255) = 47.60%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=7.75%
G=47.60%
B=44.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211291210.8400.060.49175.567229.41
Hex158179540631b0481d
Octal25201171124066126011035
Binary101011000000111110011010100011011000110110000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158179; }

 p { color: rgb(21,129,121); }

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

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

 a { background-color: rgb(21,129,121); }

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

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

 span { border-color: rgb(21,129,121); }

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