Html Css Color HEX #159440 Salem

📋 copy color: '#159440'

red 21 ◦ green 148 ◦ blue 64

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

Shades of Salem #159440

Tints of Salem #159440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 63.52%

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 9.01%
G = 63.52%
B = 27.47%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#159440 (or 0x159440) is known color: Salem. HEX triplet: 15, 94 and 40. RGB value is (21,148,64). Sum of RGB (Red+Green+Blue) = 21+148+64=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #159440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159440 is #EA6BBF. Grayscale: #646464. Windows color (decimal): -15363008 or 4232213. OLE color: 4232213.

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

Color convert

RGB 21 148 64 -
CMYK 0.86 0 0.57 0.42
HSL 140.32º 0.75% 0.33% -
HSV(B) 140.32º 0.86% 0.58% -
XYZ 11.82 21.71 8.42 -
YUV 100.45 107.42 71.33 -
System Red Green Blue C M Y K H S L
Decimal 21 148 64 0.86 0 0.57 0.42 140.32 0.75 0.33
Hex 15 94 40 56 0 39 2A 8C 4B 21
Octal 25 224 100 126 0 71 52 214 113 41
Binary 10101 10010100 1000000 1010110 0 111001 101010 10001100 1001011 100001

Color Harmonies of #159440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159440

Black with #159440

Text Example


Text Example

White with #159440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159440; }

 p { color: rgb(21,148,64); }

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

background-color css

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

 a { background-color: rgb(21,148,64); }

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

border-color css

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

 span { border-color: rgb(21,148,64); }

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