#148d4d

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

Shades of Salem #148D4D

Tints of Salem #148D4D

Color information

#148D4D (or 0x148D4D) is unknown color: approx Salem. HEX triplet: 14, 8D and 4D. RGB value is (20,141,77). Sum of RGB (Red+Green+Blue) = 20+141+77=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 141 (55.47% from 255 or 59.24% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 141 - color contains mainly: green. Hex color #148D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148D4D is #EB72B2. Grayscale: #616161. Windows color (decimal): -15430323 or 5082388. OLE color: 5082388.

HSL color Cylindrical-coordinate representation of color #148D4D: hue angle of 148.26º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148D4D is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB2014177-
CMYK0.8600.450.45
HSL148.26º75.16%31.57%-
HSV(B)148.26º85.82%55.29%-
XYZ11.1519.7310.24-
YUV97.52116.4172.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 141 (55.47% from 255) = 59.24%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=8.40%
G=59.24%
B=32.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20141770.8600.450.45148.2675.1631.57
Hex148D4D5602D2D944b20
Octal242151151260555522411340
Binary1010010001101100110110101100101101101101100101001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148d4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148d4d; }

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

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

<style>
 a { background-color: #148d4d; }

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

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

<style>
 span { border-color: #148d4d; }

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

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