Html Css Color HEX #15844D Salem

📋 copy color: '#15844D'

red 21 ◦ green 132 ◦ blue 77

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

Shades of Salem #15844D

Tints of Salem #15844D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.39%

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 9.13%
G = 57.39%
B = 33.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#15844D (or 0x15844D) is known color: Salem. HEX triplet: 15, 84 and 4D. RGB value is (21,132,77). Sum of RGB (Red+Green+Blue) = 21+132+77=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #15844D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15844D is #EA7BB2. Grayscale: #5C5C5C. Windows color (decimal): -15367091 or 5080085. OLE color: 5080085.

HSL color Cylindrical-coordinate representation of color #15844D: hue angle of 150.27º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15844D is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 132 77 -
CMYK 0.84 0 0.42 0.48
HSL 150.27º 0.73% 0.3% -
HSV(B) 150.27º 0.84% 0.52% -
XYZ 9.9 17.2 9.82 -
YUV 92.54 119.23 76.97 -
System Red Green Blue C M Y K H S L
Decimal 21 132 77 0.84 0 0.42 0.48 150.27 0.73 0.3
Hex 15 84 4D 54 0 2A 30 96 49 1E
Octal 25 204 115 124 0 52 60 226 111 36
Binary 10101 10000100 1001101 1010100 0 101010 110000 10010110 1001001 11110

Color Harmonies of #15844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15844D

Black with #15844D

Text Example


Text Example

White with #15844D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15844D; }

 p { color: rgb(21,132,77); }

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

background-color css

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

 a { background-color: rgb(21,132,77); }

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

border-color css

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

 span { border-color: rgb(21,132,77); }

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