#148B48

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

Shades of Salem #148B48

Tints of Salem #148B48

Color information

#148B48 (or 0x148B48) is unknown color: approx Salem. HEX triplet: 14, 8B and 48. RGB value is (20,139,72). Sum of RGB (Red+Green+Blue) = 20+139+72=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #148B48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148B48 is #EB74B7. Grayscale: #5F5F5F. Windows color (decimal): -15430840 or 4754196. OLE color: 4754196.

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

Color convert

RGB2013972-
CMYK0.8600.480.45
HSL146.22º74.84%31.18%-
HSV(B)146.22º85.61%54.51%-
XYZ10.6919.089.25-
YUV95.78114.5873.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 139 (54.69% from 255) = 60.17%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=8.66%
G=60.17%
B=31.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20139720.8600.480.45146.2274.8431.18
Hex148B48560302D924b1f
Octal242131101260605522211337
Binary101001000101110010001010110011000010110110010010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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