Html Css Color HEX #159348 Salem

📋 copy color: '#159348'

red 21 ◦ green 147 ◦ blue 72

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

Shades of Salem #159348

Tints of Salem #159348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.25%

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

R = 8.75%
G = 61.25%
B = 30%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#159348 (or 0x159348) is known color: Salem. HEX triplet: 15, 93 and 48. RGB value is (21,147,72). Sum of RGB (Red+Green+Blue) = 21+147+72=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #159348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159348 is #EA6CB7. Grayscale: #646464. Windows color (decimal): -15363256 or 4756245. OLE color: 4756245.

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

Color convert

RGB 21 147 72 -
CMYK 0.86 0 0.51 0.42
HSL 144.29º 0.75% 0.33% -
HSV(B) 144.29º 0.86% 0.58% -
XYZ 11.91 21.49 9.65 -
YUV 100.78 111.76 71.1 -
System Red Green Blue C M Y K H S L
Decimal 21 147 72 0.86 0 0.51 0.42 144.29 0.75 0.33
Hex 15 93 48 56 0 33 2A 90 4B 21
Octal 25 223 110 126 0 63 52 220 113 41
Binary 10101 10010011 1001000 1010110 0 110011 101010 10010000 1001011 100001

Color Harmonies of #159348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159348

Black with #159348

Text Example


Text Example

White with #159348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159348; }

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

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

background-color css

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

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

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

border-color css

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

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

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