Html Css Color HEX #13893C Salem

📋 copy color: '#13893C'

red 19 ◦ green 137 ◦ blue 60

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

Shades of Salem #13893C

Tints of Salem #13893C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.78%

R = 8.8%
G = 63.43%
B = 27.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#13893C (or 0x13893C) is known color: Salem. HEX triplet: 13, 89 and 3C. RGB value is (19,137,60). Sum of RGB (Red+Green+Blue) = 19+137+60=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #13893C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13893C is #EC76C3. Grayscale: #5D5D5D. Windows color (decimal): -15496900 or 3967251. OLE color: 3967251.

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

Color convert

RGB 19 137 60 -
CMYK 0.86 0 0.56 0.46
HSL 140.85º 0.76% 0.31% -
HSV(B) 140.85º 0.86% 0.54% -
XYZ 10.03 18.36 7.29 -
YUV 92.94 109.41 75.26 -
System Red Green Blue C M Y K H S L
Decimal 19 137 60 0.86 0 0.56 0.46 140.85 0.76 0.31
Hex 13 89 3C 56 0 38 2E 8D 4C 1F
Octal 23 211 74 126 0 70 56 215 114 37
Binary 10011 10001001 111100 1010110 0 111000 101110 10001101 1001100 11111

Color Harmonies of #13893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13893C

Black with #13893C

Text Example


Text Example

White with #13893C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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