Html Css Color HEX #159353 Salem

📋 copy color: '#159353'

red 21 ◦ green 147 ◦ blue 83

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

Shades of Salem #159353

Tints of Salem #159353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.07%

R = 8.37%
G = 58.57%
B = 33.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#159353 (or 0x159353) is known color: Salem. HEX triplet: 15, 93 and 53. RGB value is (21,147,83). Sum of RGB (Red+Green+Blue) = 21+147+83=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #159353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159353 is #EA6CAC. Grayscale: #666666. Windows color (decimal): -15363245 or 5477141. OLE color: 5477141.

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

Color convert

RGB 21 147 83 -
CMYK 0.86 0 0.44 0.42
HSL 149.52º 0.75% 0.33% -
HSV(B) 149.52º 0.86% 0.58% -
XYZ 12.3 21.65 11.71 -
YUV 102.03 117.26 70.2 -
System Red Green Blue C M Y K H S L
Decimal 21 147 83 0.86 0 0.44 0.42 149.52 0.75 0.33
Hex 15 93 53 56 0 2C 2A 96 4B 21
Octal 25 223 123 126 0 54 52 226 113 41
Binary 10101 10010011 1010011 1010110 0 101100 101010 10010110 1001011 100001

Color Harmonies of #159353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159353

Black with #159353

Text Example


Text Example

White with #159353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159353; }

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

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

background-color css

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

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

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

border-color css

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

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

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