#14863D

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

Shades of Salem #14863D

Tints of Salem #14863D

Color information

#14863D (or 0x14863D) is unknown color: approx Salem. HEX triplet: 14, 86 and 3D. RGB value is (20,134,61). Sum of RGB (Red+Green+Blue) = 20+134+61=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 134 (52.73% from 255 or 62.33% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 134 - color contains mainly: green. Hex color #14863D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14863D is #EB79C2. Grayscale: #5B5B5B. Windows color (decimal): -15432131 or 4032020. OLE color: 4032020.

HSL color Cylindrical-coordinate representation of color #14863D: hue angle of 141.58º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14863D is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB2013461-
CMYK0.8500.540.47
HSL141.58º74.03%30.2%-
HSV(B)141.58º85.07%52.55%-
XYZ9.6617.547.29-
YUV91.59110.7376.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 134 (52.73% from 255) = 62.33%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=9.30%
G=62.33%
B=28.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20134610.8500.540.47141.5874.0330.2
Hex14863D550362F8e4a1e
Octal24206751250665721611236
Binary10100100001101111011010101011011010111110001110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14863D; }

 p { color: rgb(20,134,61); }

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

<style>
 a { background-color: #14863D; }

 a { background-color: rgb(20,134,61); }

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

<style>
 span { border-color: #14863D; }

 span { border-color: rgb(20,134,61); }

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