#14724e

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

Shades of Salem #14724E

Tints of Salem #14724E

Color information

#14724E (or 0x14724E) is unknown color: approx Salem. HEX triplet: 14, 72 and 4E. RGB value is (20,114,78). Sum of RGB (Red+Green+Blue) = 20+114+78=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #14724E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14724E is #EB8DB1. Grayscale: #515151. Windows color (decimal): -15437234 or 5141012. OLE color: 5141012.

HSL color Cylindrical-coordinate representation of color #14724E: hue angle of 157.02º 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 #14724E is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB2011478-
CMYK0.8200.320.55
HSL157.02º70.15%26.27%-
HSV(B)157.02º82.46%44.71%-
XYZ7.6812.739.26-
YUV81.79125.8683.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.43%
GREEN value IS 114 (44.92% from 255) = 53.77%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=9.43%
G=53.77%
B=36.79%

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
Decimal20114780.8200.320.55157.0270.1526.27
Hex14724E52020379d461a
Octal241621161220406723510632
Binary10100111001010011101010010010000011011110011101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14724e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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