#14734D

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

Shades of Salem #14734D

Tints of Salem #14734D

Color information

#14734D (or 0x14734D) is unknown color: approx Salem. HEX triplet: 14, 73 and 4D. RGB value is (20,115,77). Sum of RGB (Red+Green+Blue) = 20+115+77=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #14734D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14734D is #EB8CB2. Grayscale: #525252. Windows color (decimal): -15436979 or 5075732. OLE color: 5075732.

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

Color convert

RGB2011577-
CMYK0.8300.330.55
HSL156º70.37%26.47%-
HSV(B)156º82.61%45.1%-
XYZ7.7612.959.11-
YUV82.26125.0383.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.43%
GREEN value IS 115 (45.31% from 255) = 54.25%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=9.43%
G=54.25%
B=36.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20115770.8300.330.5515670.3726.47
Hex14734D53021379c461a
Octal241631151230416723410632
Binary10100111001110011011010011010000111011110011100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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