Html Css Color HEX #159351 Salem

📋 copy color: '#159351'

red 21 ◦ green 147 ◦ blue 81

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

Shades of Salem #159351

Tints of Salem #159351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.53%

R = 8.43%
G = 59.04%
B = 32.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#159351 (or 0x159351) is known color: Salem. HEX triplet: 15, 93 and 51. RGB value is (21,147,81). Sum of RGB (Red+Green+Blue) = 21+147+81=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #159351 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159351 is #EA6CAE. Grayscale: #656565. Windows color (decimal): -15363247 or 5346069. OLE color: 5346069.

HSL color Cylindrical-coordinate representation of color #159351: hue angle of 148.57º 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 #159351 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 147 81 -
CMYK 0.86 0 0.45 0.42
HSL 148.57º 0.75% 0.33% -
HSV(B) 148.57º 0.86% 0.58% -
XYZ 12.23 21.62 11.31 -
YUV 101.8 116.26 70.37 -
System Red Green Blue C M Y K H S L
Decimal 21 147 81 0.86 0 0.45 0.42 148.57 0.75 0.33
Hex 15 93 51 56 0 2D 2A 95 4B 21
Octal 25 223 121 126 0 55 52 225 113 41
Binary 10101 10010011 1010001 1010110 0 101101 101010 10010101 1001011 100001

Color Harmonies of #159351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159351

Black with #159351

Text Example


Text Example

White with #159351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159351; }

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

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

background-color css

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

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

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

border-color css

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

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

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