Html Css Color HEX #15844E Salem

📋 copy color: '#15844E'

red 21 ◦ green 132 ◦ blue 78

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

Shades of Salem #15844E

Tints of Salem #15844E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.77%

R = 9.09%
G = 57.14%
B = 33.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#15844E (or 0x15844E) is known color: Salem. HEX triplet: 15, 84 and 4E. RGB value is (21,132,78). Sum of RGB (Red+Green+Blue) = 21+132+78=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #15844E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15844E is #EA7BB1. Grayscale: #5C5C5C. Windows color (decimal): -15367090 or 5145621. OLE color: 5145621.

HSL color Cylindrical-coordinate representation of color #15844E: hue angle of 150.81º 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 #15844E is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 132 78 -
CMYK 0.84 0 0.41 0.48
HSL 150.81º 0.73% 0.3% -
HSV(B) 150.81º 0.84% 0.52% -
XYZ 9.94 17.21 10.01 -
YUV 92.66 119.73 76.89 -
System Red Green Blue C M Y K H S L
Decimal 21 132 78 0.84 0 0.41 0.48 150.81 0.73 0.3
Hex 15 84 4E 54 0 29 30 97 49 1E
Octal 25 204 116 124 0 51 60 227 111 36
Binary 10101 10000100 1001110 1010100 0 101001 110000 10010111 1001001 11110

Color Harmonies of #15844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15844E

Black with #15844E

Text Example


Text Example

White with #15844E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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