Html Css Color HEX #13894D Salem

📋 copy color: '#13894D'

red 19 ◦ green 137 ◦ blue 77

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

Shades of Salem #13894D

Tints of Salem #13894D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 58.8%

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

R = 8.15%
G = 58.8%
B = 33.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#13894D (or 0x13894D) is known color: Salem. HEX triplet: 13, 89 and 4D. RGB value is (19,137,77). Sum of RGB (Red+Green+Blue) = 19+137+77=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #13894D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13894D is #EC76B2. Grayscale: #5F5F5F. Windows color (decimal): -15496883 or 5081363. OLE color: 5081363.

HSL color Cylindrical-coordinate representation of color #13894D: hue angle of 149.49º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13894D is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 77 -
CMYK 0.86 0 0.44 0.46
HSL 149.49º 0.76% 0.31% -
HSV(B) 149.49º 0.86% 0.54% -
XYZ 10.55 18.57 10.05 -
YUV 94.88 117.91 73.88 -
System Red Green Blue C M Y K H S L
Decimal 19 137 77 0.86 0 0.44 0.46 149.49 0.76 0.31
Hex 13 89 4D 56 0 2C 2E 95 4C 1F
Octal 23 211 115 126 0 54 56 225 114 37
Binary 10011 10001001 1001101 1010110 0 101100 101110 10010101 1001100 11111

Color Harmonies of #13894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13894D

Black with #13894D

Text Example


Text Example

White with #13894D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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