Html Css Color HEX #159248 Salem

📋 copy color: '#159248'

red 21 ◦ green 146 ◦ blue 72

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

Shades of Salem #159248

Tints of Salem #159248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 61.09%

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 8.79%
G = 61.09%
B = 30.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#159248 (or 0x159248) is known color: Salem. HEX triplet: 15, 92 and 48. RGB value is (21,146,72). Sum of RGB (Red+Green+Blue) = 21+146+72=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 146 (57.42% from 255 or 61.09% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 146 - color contains mainly: green. Hex color #159248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159248 is #EA6DB7. Grayscale: #646464. Windows color (decimal): -15363512 or 4755989. OLE color: 4755989.

HSL color Cylindrical-coordinate representation of color #159248: hue angle of 144.48º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159248 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 146 72 -
CMYK 0.86 0 0.51 0.43
HSL 144.48º 0.75% 0.33% -
HSV(B) 144.48º 0.86% 0.57% -
XYZ 11.76 21.19 9.6 -
YUV 100.19 112.09 71.52 -
System Red Green Blue C M Y K H S L
Decimal 21 146 72 0.86 0 0.51 0.43 144.48 0.75 0.33
Hex 15 92 48 56 0 33 2B 90 4B 21
Octal 25 222 110 126 0 63 53 220 113 41
Binary 10101 10010010 1001000 1010110 0 110011 101011 10010000 1001011 100001

Color Harmonies of #159248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159248

Black with #159248

Text Example


Text Example

White with #159248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159248; }

 p { color: rgb(21,146,72); }

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

background-color css

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

 a { background-color: rgb(21,146,72); }

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

border-color css

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

 span { border-color: rgb(21,146,72); }

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