#146E52

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

Shades of Salem #146E52

Tints of Salem #146E52

Color information

#146E52 (or 0x146E52) is unknown color: approx Salem. HEX triplet: 14, 6E and 52. RGB value is (20,110,82). Sum of RGB (Red+Green+Blue) = 20+110+82=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 110 (43.36% from 255 or 51.89% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 110 - color contains mainly: green. Hex color #146E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146E52 is #EB91AD. Grayscale: #4F4F4F. Windows color (decimal): -15438254 or 5402132. OLE color: 5402132.

HSL color Cylindrical-coordinate representation of color #146E52: hue angle of 161.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146E52 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB2011082-
CMYK0.8200.250.57
HSL161.33º69.23%25.49%-
HSV(B)161.33º81.82%43.14%-
XYZ7.3911.919.89-
YUV79.9129.1885.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.43%
GREEN value IS 110 (43.36% from 255) = 51.89%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=9.43%
G=51.89%
B=38.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20110820.8200.250.57161.3369.2325.49
Hex146E525201939a14519
Octal241561221220317124110531
Binary1010011011101010010101001001100111100110100001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146E52; }

 p { color: rgb(20,110,82); }

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

<style>
 a { background-color: #146E52; }

 a { background-color: rgb(20,110,82); }

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

<style>
 span { border-color: #146E52; }

 span { border-color: rgb(20,110,82); }

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