#13893C

Color #13893C Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #13893C

Tints of Salem #13893C

Color information

#13893C (or 0x13893C) is unknown color: approx 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

RGB1913760-
CMYK0.8600.560.46
HSL140.85º75.64%30.59%-
HSV(B)140.85º86.13%53.73%-
XYZ10.0318.367.29-
YUV92.94109.4175.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 137 (53.91% from 255) = 63.43%
BLUE value IS 60 (23.83% from 255) = 27.78%
R=8.80%
G=63.43%
B=27.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19137600.8600.560.46140.8575.6430.59
Hex13893C560382E8d4c1f
Octal23211741260705621511437
Binary10011100010011111001010110011100010111010001101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13893C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>