#148D3F

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

Shades of Salem #148D3F

Tints of Salem #148D3F

Color information

#148D3F (or 0x148D3F) is unknown color: approx Salem. HEX triplet: 14, 8D and 3F. RGB value is (20,141,63). Sum of RGB (Red+Green+Blue) = 20+141+63=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 141 (55.47% from 255 or 62.95% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 141 - color contains mainly: green. Hex color #148D3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148D3F is #EB72C0. Grayscale: #606060. Windows color (decimal): -15430337 or 4164884. OLE color: 4164884.

HSL color Cylindrical-coordinate representation of color #148D3F: hue angle of 141.32º 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 #148D3F is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB2014163-
CMYK0.8600.550.45
HSL141.32º75.16%31.57%-
HSV(B)141.32º85.82%55.29%-
XYZ10.7119.567.91-
YUV95.93109.4173.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 141 (55.47% from 255) = 62.95%
BLUE value IS 63 (25% from 255) = 28.12%
R=8.93%
G=62.95%
B=28.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20141630.8600.550.45141.3275.1631.57
Hex148D3F560372D8d4b20
Octal24215771260675521511340
Binary101001000110111111110101100110111101101100011011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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