Html Css Color HEX #13884D Salem

📋 copy color: '#13884D'

red 19 ◦ green 136 ◦ blue 77

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

Shades of Salem #13884D

Tints of Salem #13884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 58.62%

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

R = 8.19%
G = 58.62%
B = 33.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#13884D (or 0x13884D) is known color: Salem. HEX triplet: 13, 88 and 4D. RGB value is (19,136,77). Sum of RGB (Red+Green+Blue) = 19+136+77=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #13884D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13884D is #EC77B2. Grayscale: #5E5E5E. Windows color (decimal): -15497139 or 5081107. OLE color: 5081107.

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

Color convert

RGB 19 136 77 -
CMYK 0.86 0 0.43 0.47
HSL 149.74º 0.75% 0.3% -
HSV(B) 149.74º 0.86% 0.53% -
XYZ 10.41 18.28 10 -
YUV 94.29 118.24 74.3 -
System Red Green Blue C M Y K H S L
Decimal 19 136 77 0.86 0 0.43 0.47 149.74 0.75 0.3
Hex 13 88 4D 56 0 2B 2F 96 4B 1E
Octal 23 210 115 126 0 53 57 226 113 36
Binary 10011 10001000 1001101 1010110 0 101011 101111 10010110 1001011 11110

Color Harmonies of #13884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13884D

Black with #13884D

Text Example


Text Example

White with #13884D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,136,77); }

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

background-color css

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

 a { background-color: rgb(19,136,77); }

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

border-color css

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

 span { border-color: rgb(19,136,77); }

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