#158279

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

Shades of Elm #158279

Tints of Elm #158279

Color information

#158279 (or 0x158279) is unknown color: approx Elm. HEX triplet: 15, 82 and 79. RGB value is (21,130,121). Sum of RGB (Red+Green+Blue) = 21+130+121=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #158279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158279 is #EA7D86. Grayscale: #606060. Windows color (decimal): -15367559 or 7963157. OLE color: 7963157.

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

Color convert

RGB21130121-
CMYK0.8400.070.49
HSL175.05º72.19%29.61%-
HSV(B)175.05º83.85%50.98%-
XYZ11.7417.5120.85-
YUV96.38141.8974.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.72%
GREEN value IS 130 (51.17% from 255) = 47.79%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=7.72%
G=47.79%
B=44.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211301210.8400.070.49175.0572.1929.61
Hex158279540731af481e
Octal25202171124076125711036
Binary101011000001011110011010100011111000110101111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158279; }

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

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

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

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

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

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

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

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