#147B4B

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

Shades of Salem #147B4B

Tints of Salem #147B4B

Color information

#147B4B (or 0x147B4B) is unknown color: approx Salem. HEX triplet: 14, 7B and 4B. RGB value is (20,123,75). Sum of RGB (Red+Green+Blue) = 20+123+75=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #147B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147B4B is #EB84B4. Grayscale: #565656. Windows color (decimal): -15434933 or 4946708. OLE color: 4946708.

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

Color convert

RGB2012375-
CMYK0.8400.390.52
HSL152.04º72.03%28.04%-
HSV(B)152.04º83.74%48.24%-
XYZ8.6414.829.06-
YUV86.73121.3880.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.17%
GREEN value IS 123 (48.44% from 255) = 56.42%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=9.17%
G=56.42%
B=34.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20123750.8400.390.52152.0472.0328.04
Hex147B4B540273498481c
Octal241731131240476423011034
Binary10100111101110010111010100010011111010010011000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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