#147B4D

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

Shades of Salem #147B4D

Tints of Salem #147B4D

Color information

#147B4D (or 0x147B4D) is unknown color: approx Salem. HEX triplet: 14, 7B and 4D. RGB value is (20,123,77). Sum of RGB (Red+Green+Blue) = 20+123+77=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #147B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B4D is #EB84B2. Grayscale: #575757. Windows color (decimal): -15434931 or 5077780. OLE color: 5077780.

HSL color Cylindrical-coordinate representation of color #147B4D: hue angle of 153.2º 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 #147B4D is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB2012377-
CMYK0.8400.370.52
HSL153.2º72.03%28.04%-
HSV(B)153.2º83.74%48.24%-
XYZ8.7114.859.43-
YUV86.96122.3880.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.09%
GREEN value IS 123 (48.44% from 255) = 55.91%
BLUE value IS 77 (30.47% from 255) = 35%
R=9.09%
G=55.91%
B=35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20123770.8400.370.52153.272.0328.04
Hex147B4D540253499481c
Octal241731151240456423111034
Binary10100111101110011011010100010010111010010011001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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