#158278

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

Shades of Elm #158278

Tints of Elm #158278

Color information

#158278 (or 0x158278) is unknown color: approx Elm. HEX triplet: 15, 82 and 78. RGB value is (21,130,120). Sum of RGB (Red+Green+Blue) = 21+130+120=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #158278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158278 is #EA7D87. Grayscale: #606060. Windows color (decimal): -15367560 or 7897621. OLE color: 7897621.

HSL color Cylindrical-coordinate representation of color #158278: hue angle of 174.5º 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 #158278 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB21130120-
CMYK0.8400.080.49
HSL174.5º72.19%29.61%-
HSV(B)174.5º83.85%50.98%-
XYZ11.6817.4820.53-
YUV96.27141.3974.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.75%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=7.75%
G=47.97%
B=44.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211301200.8400.080.49174.572.1929.61
Hex158278540831ae481e
Octal252021701240106125611036
Binary1010110000010111100010101000100011000110101110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158278; }

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

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

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

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

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

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

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

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