#14724D

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

Shades of Salem #14724D

Tints of Salem #14724D

Color information

#14724D (or 0x14724D) is unknown color: approx Salem. HEX triplet: 14, 72 and 4D. RGB value is (20,114,77). Sum of RGB (Red+Green+Blue) = 20+114+77=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #14724D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14724D is #EB8DB2. Grayscale: #515151. Windows color (decimal): -15437235 or 5075476. OLE color: 5075476.

HSL color Cylindrical-coordinate representation of color #14724D: hue angle of 156.38º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14724D is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB2011477-
CMYK0.8200.320.55
HSL156.38º70.15%26.27%-
HSV(B)156.38º82.46%44.71%-
XYZ7.6512.729.07-
YUV81.68125.3684.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=9.48%
G=54.03%
B=36.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20114770.8200.320.55156.3870.1526.27
Hex14724D52020379c461a
Octal241621151220406723410632
Binary10100111001010011011010010010000011011110011100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,114,77); }

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

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

 a { background-color: rgb(20,114,77); }

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

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

 span { border-color: rgb(20,114,77); }

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