#14843F

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

Shades of Salem #14843F

Tints of Salem #14843F

Color information

#14843F (or 0x14843F) is unknown color: approx Salem. HEX triplet: 14, 84 and 3F. RGB value is (20,132,63). Sum of RGB (Red+Green+Blue) = 20+132+63=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #14843F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14843F is #EB7BC0. Grayscale: #5A5A5A. Windows color (decimal): -15432641 or 4162580. OLE color: 4162580.

HSL color Cylindrical-coordinate representation of color #14843F: hue angle of 143.04º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14843F is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB2013263-
CMYK0.8500.520.48
HSL143.04º73.68%29.8%-
HSV(B)143.04º84.85%51.76%-
XYZ9.4417.017.49-
YUV90.65112.3977.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 132 (51.95% from 255) = 61.40%
BLUE value IS 63 (25% from 255) = 29.30%
R=9.30%
G=61.40%
B=29.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20132630.8500.520.48143.0473.6829.8
Hex14843F55034308f4a1e
Octal24204771250646021711236
Binary10100100001001111111010101011010011000010001111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,132,63); }

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

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

 a { background-color: rgb(20,132,63); }

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

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

 span { border-color: rgb(20,132,63); }

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