#146F52

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

Shades of Salem #146F52

Tints of Salem #146F52

Color information

#146F52 (or 0x146F52) is unknown color: approx Salem. HEX triplet: 14, 6F and 52. RGB value is (20,111,82). Sum of RGB (Red+Green+Blue) = 20+111+82=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #146F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146F52 is #EB90AD. Grayscale: #505050. Windows color (decimal): -15437998 or 5402388. OLE color: 5402388.

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

Color convert

RGB2011182-
CMYK0.8200.260.56
HSL160.88º69.47%25.69%-
HSV(B)160.88º81.98%43.53%-
XYZ7.512.139.93-
YUV80.48128.8584.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 111 (43.75% from 255) = 52.11%
BLUE value IS 82 (32.42% from 255) = 38.50%
R=9.39%
G=52.11%
B=38.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20111820.8200.260.56160.8869.4725.69
Hex146F525201A38a1451a
Octal241571221220327024110532
Binary1010011011111010010101001001101011100010100001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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