Html Css Color HEX #15844B Salem

📋 copy color: '#15844B'

red 21 ◦ green 132 ◦ blue 75

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

Shades of Salem #15844B

Tints of Salem #15844B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.89%

R = 9.21%
G = 57.89%
B = 32.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#15844B (or 0x15844B) is known color: Salem. HEX triplet: 15, 84 and 4B. RGB value is (21,132,75). Sum of RGB (Red+Green+Blue) = 21+132+75=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #15844B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15844B is #EA7BB4. Grayscale: #5C5C5C. Windows color (decimal): -15367093 or 4949013. OLE color: 4949013.

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

Color convert

RGB 21 132 75 -
CMYK 0.84 0 0.43 0.48
HSL 149.19º 0.73% 0.3% -
HSV(B) 149.19º 0.84% 0.52% -
XYZ 9.83 17.17 9.45 -
YUV 92.31 118.23 77.13 -
System Red Green Blue C M Y K H S L
Decimal 21 132 75 0.84 0 0.43 0.48 149.19 0.73 0.3
Hex 15 84 4B 54 0 2B 30 95 49 1E
Octal 25 204 113 124 0 53 60 225 111 36
Binary 10101 10000100 1001011 1010100 0 101011 110000 10010101 1001001 11110

Color Harmonies of #15844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15844B

Black with #15844B

Text Example


Text Example

White with #15844B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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