Html Css Color HEX #13844B Salem

📋 copy color: '#13844B'

red 19 ◦ green 132 ◦ blue 75

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

Shades of Salem #13844B

Tints of Salem #13844B

RGB

 RED value IS 19 (7.81% from 255) = 8.41%

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

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

R = 8.41%
G = 58.41%
B = 33.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#13844B (or 0x13844B) is known color: Salem. HEX triplet: 13, 84 and 4B. RGB value is (19,132,75). Sum of RGB (Red+Green+Blue) = 19+132+75=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #13844B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13844B is #EC7BB4. Grayscale: #5B5B5B. Windows color (decimal): -15498165 or 4949011. OLE color: 4949011.

HSL color Cylindrical-coordinate representation of color #13844B: hue angle of 149.73º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13844B is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 75 -
CMYK 0.86 0 0.43 0.48
HSL 149.73º 0.75% 0.3% -
HSV(B) 149.73º 0.86% 0.52% -
XYZ 9.79 17.15 9.45 -
YUV 91.72 118.56 76.13 -
System Red Green Blue C M Y K H S L
Decimal 19 132 75 0.86 0 0.43 0.48 149.73 0.75 0.3
Hex 13 84 4B 56 0 2B 30 96 4B 1E
Octal 23 204 113 126 0 53 60 226 113 36
Binary 10011 10000100 1001011 1010110 0 101011 110000 10010110 1001011 11110

Color Harmonies of #13844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13844B

Black with #13844B

Text Example


Text Example

White with #13844B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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