#148A48

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

Shades of Salem #148A48

Tints of Salem #148A48

Color information

#148A48 (or 0x148A48) is unknown color: approx Salem. HEX triplet: 14, 8A and 48. RGB value is (20,138,72). Sum of RGB (Red+Green+Blue) = 20+138+72=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 138 (54.30% from 255 or 60% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 138 - color contains mainly: green. Hex color #148A48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148A48 is #EB75B7. Grayscale: #5F5F5F. Windows color (decimal): -15431096 or 4753940. OLE color: 4753940.

HSL color Cylindrical-coordinate representation of color #148A48: hue angle of 146.44º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148A48 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB2013872-
CMYK0.8600.480.46
HSL146.44º74.68%30.98%-
HSV(B)146.44º85.51%54.12%-
XYZ10.5518.799.2-
YUV95.19114.9174.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.70%
GREEN value IS 138 (54.30% from 255) = 60%
BLUE value IS 72 (28.52% from 255) = 31.30%
R=8.70%
G=60%
B=31.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20138720.8600.480.46146.4474.6830.98
Hex148A48560302E924b1f
Octal242121101260605622211337
Binary101001000101010010001010110011000010111010010010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,138,72); }

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

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

 a { background-color: rgb(20,138,72); }

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

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

 span { border-color: rgb(20,138,72); }

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