#14824E

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

Shades of Salem #14824E

Tints of Salem #14824E

Color information

#14824E (or 0x14824E) is unknown color: approx Salem. HEX triplet: 14, 82 and 4E. RGB value is (20,130,78). Sum of RGB (Red+Green+Blue) = 20+130+78=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #14824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14824E is #EB7DB1. Grayscale: #5B5B5B. Windows color (decimal): -15433138 or 5145108. OLE color: 5145108.

HSL color Cylindrical-coordinate representation of color #14824E: hue angle of 151.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14824E is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB2013078-
CMYK0.8500.400.49
HSL151.64º73.33%29.41%-
HSV(B)151.64º84.62%50.98%-
XYZ9.6516.669.92-
YUV91.18120.5677.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 130 (51.17% from 255) = 57.02%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=8.77%
G=57.02%
B=34.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20130780.8500.400.49151.6473.3329.41
Hex14824E550283198491d
Octal242021161250506123011135
Binary101001000001010011101010101010100011000110011000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14824E; }

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

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

<style>
 a { background-color: #14824E; }

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

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

<style>
 span { border-color: #14824E; }

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

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