#13863F

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

Shades of Salem #13863F

Tints of Salem #13863F

Color information

#13863F (or 0x13863F) is unknown color: approx Salem. HEX triplet: 13, 86 and 3F. RGB value is (19,134,63). Sum of RGB (Red+Green+Blue) = 19+134+63=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #13863F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13863F is #EC79C0. Grayscale: #5B5B5B. Windows color (decimal): -15497665 or 4163091. OLE color: 4163091.

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

Color convert

RGB1913463-
CMYK0.8600.530.47
HSL142.96º75.16%30%-
HSV(B)142.96º85.82%52.55%-
XYZ9.6917.557.58-
YUV91.52111.976.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 134 (52.73% from 255) = 62.04%
BLUE value IS 63 (25% from 255) = 29.17%
R=8.80%
G=62.04%
B=29.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19134630.8600.530.47142.9675.1630
Hex13863F560352F8f4b1e
Octal23206771260655721711336
Binary10011100001101111111010110011010110111110001111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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