Html Css Color HEX #13893F Salem

📋 copy color: '#13893F'

red 19 ◦ green 137 ◦ blue 63

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

Shades of Salem #13893F

Tints of Salem #13893F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.77%

R = 8.68%
G = 62.56%
B = 28.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#13893F (or 0x13893F) is known color: Salem. HEX triplet: 13, 89 and 3F. RGB value is (19,137,63). Sum of RGB (Red+Green+Blue) = 19+137+63=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 137 (53.91% from 255 or 62.56% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 137 - color contains mainly: green. Hex color #13893F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13893F is #EC76C0. Grayscale: #5D5D5D. Windows color (decimal): -15496897 or 4163859. OLE color: 4163859.

HSL color Cylindrical-coordinate representation of color #13893F: hue angle of 142.37º 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 #13893F is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 63 -
CMYK 0.86 0 0.54 0.46
HSL 142.37º 0.76% 0.31% -
HSV(B) 142.37º 0.86% 0.54% -
XYZ 10.11 18.39 7.72 -
YUV 93.28 110.91 75.02 -
System Red Green Blue C M Y K H S L
Decimal 19 137 63 0.86 0 0.54 0.46 142.37 0.76 0.31
Hex 13 89 3F 56 0 36 2E 8E 4C 1F
Octal 23 211 77 126 0 66 56 216 114 37
Binary 10011 10001001 111111 1010110 0 110110 101110 10001110 1001100 11111

Color Harmonies of #13893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13893F

Black with #13893F

Text Example


Text Example

White with #13893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13893F; }

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

 H1.HeaderClassName
 {
   color: #13893F;
 }
 .AnyTagClassName
 {
   color: #13893F;
 }
</style>

background-color css

<style>
 a { background-color: #13893F; }

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

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

border-color css

<style>
 span { border-color: #13893F; }

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

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