#13864A

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

Shades of Salem #13864A

Tints of Salem #13864A

Color information

#13864A (or 0x13864A) is unknown color: approx Salem. HEX triplet: 13, 86 and 4A. RGB value is (19,134,74). Sum of RGB (Red+Green+Blue) = 19+134+74=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #13864A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13864A is #EC79B5. Grayscale: #5C5C5C. Windows color (decimal): -15497654 or 4883987. OLE color: 4883987.

HSL color Cylindrical-coordinate representation of color #13864A: hue angle of 148.7º 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 #13864A is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1913474-
CMYK0.8600.450.47
HSL148.7º75.16%30%-
HSV(B)148.7º85.82%52.55%-
XYZ10.0317.689.36-
YUV92.78117.475.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 134 (52.73% from 255) = 59.03%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=8.37%
G=59.03%
B=32.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19134740.8600.450.47148.775.1630
Hex13864A5602D2F954b1e
Octal232061121260555722511336
Binary100111000011010010101010110010110110111110010101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13864A; }

 p { color: rgb(19,134,74); }

 H1.HeaderClassName
 {
   color: #13864A;
 }
 .AnyTagClassName
 {
   color: #13864A;
 }
</style>
background-color css

<style>
 a { background-color: #13864A; }

 a { background-color: rgb(19,134,74); }

 div.DivClassName
 {
   background-color: #13864A;
 }
 .BgClassName
 {
   background-color: #13864A;
 }
</style>
border-color css

<style>
 span { border-color: #13864A; }

 span { border-color: rgb(19,134,74); }

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