#14764F

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

Shades of Salem #14764F

Tints of Salem #14764F

Color information

#14764F (or 0x14764F) is unknown color: approx Salem. HEX triplet: 14, 76 and 4F. RGB value is (20,118,79). Sum of RGB (Red+Green+Blue) = 20+118+79=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #14764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14764F is #EB89B0. Grayscale: #545454. Windows color (decimal): -15436209 or 5207572. OLE color: 5207572.

HSL color Cylindrical-coordinate representation of color #14764F: hue angle of 156.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14764F is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB2011879-
CMYK0.8300.330.54
HSL156.12º71.01%27.06%-
HSV(B)156.12º83.05%46.27%-
XYZ8.1813.679.6-
YUV84.25125.0382.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 118 (46.48% from 255) = 54.38%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=9.22%
G=54.38%
B=36.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118790.8300.330.54156.1271.0127.06
Hex14764F53021369c471b
Octal241661171230416623410733
Binary10100111011010011111010011010000111011010011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,118,79); }

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

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

 a { background-color: rgb(20,118,79); }

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

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

 span { border-color: rgb(20,118,79); }

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