Html Css Color HEX #158379 Elm

📋 copy color: '#158379'

red 21 ◦ green 131 ◦ blue 121

#158379
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #158379

Tints of Elm #158379

RGB

 RED value IS 21 (8.59% from 255) = 7.69%

 GREEN value IS 131 (51.56% from 255) = 47.99%

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 7.69%
G = 47.99%
B = 44.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#158379 (or 0x158379) is known color: Elm. HEX triplet: 15, 83 and 79. RGB value is (21,131,121). Sum of RGB (Red+Green+Blue) = 21+131+121=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #158379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158379 is #EA7C86. Grayscale: #606060. Windows color (decimal): -15367303 or 7963413. OLE color: 7963413.

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

Color convert

RGB 21 131 121 -
CMYK 0.84 0 0.08 0.49
HSL 174.55º 0.72% 0.3% -
HSV(B) 174.55º 0.84% 0.51% -
XYZ 11.88 17.77 20.89 -
YUV 96.97 141.56 73.81 -
System Red Green Blue C M Y K H S L
Decimal 21 131 121 0.84 0 0.08 0.49 174.55 0.72 0.3
Hex 15 83 79 54 0 8 31 AF 48 1E
Octal 25 203 171 124 0 10 61 257 110 36
Binary 10101 10000011 1111001 1010100 0 1000 110001 10101111 1001000 11110

Color Harmonies of #158379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158379

Black with #158379

Text Example


Text Example

White with #158379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158379; }

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

 H1.HeaderClassName
 {
   color: #158379;
 }
 .AnyTagClassName
 {
   color: #158379;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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