#147B4C

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

Shades of Salem #147B4C

Tints of Salem #147B4C

Color information

#147B4C (or 0x147B4C) is unknown color: approx Salem. HEX triplet: 14, 7B and 4C. RGB value is (20,123,76). Sum of RGB (Red+Green+Blue) = 20+123+76=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 123 (48.44% from 255 or 56.16% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 123 - color contains mainly: green. Hex color #147B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147B4C is #EB84B3. Grayscale: #565656. Windows color (decimal): -15434932 or 5012244. OLE color: 5012244.

HSL color Cylindrical-coordinate representation of color #147B4C: hue angle of 152.62º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147B4C is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB2012376-
CMYK0.8400.380.52
HSL152.62º72.03%28.04%-
HSV(B)152.62º83.74%48.24%-
XYZ8.6814.849.24-
YUV86.84121.8880.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 123 (48.44% from 255) = 56.16%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=9.13%
G=56.16%
B=34.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20123760.8400.380.52152.6272.0328.04
Hex147B4C540263499481c
Octal241731141240466423111034
Binary10100111101110011001010100010011011010010011001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147B4C; }

 p { color: rgb(20,123,76); }

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

<style>
 a { background-color: #147B4C; }

 a { background-color: rgb(20,123,76); }

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

<style>
 span { border-color: #147B4C; }

 span { border-color: rgb(20,123,76); }

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