#148C46

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

Shades of Salem #148C46

Tints of Salem #148C46

Color information

#148C46 (or 0x148C46) is unknown color: approx Salem. HEX triplet: 14, 8C and 46. RGB value is (20,140,70). Sum of RGB (Red+Green+Blue) = 20+140+70=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 140 (55.08% from 255 or 60.87% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 140 - color contains mainly: green. Hex color #148C46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148C46 is #EB73B9. Grayscale: #606060. Windows color (decimal): -15430586 or 4623380. OLE color: 4623380.

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

Color convert

RGB2014070-
CMYK0.8600.500.45
HSL145º75%31.37%-
HSV(B)145º85.71%54.9%-
XYZ10.7719.358.96-
YUV96.14113.2473.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.70%
GREEN value IS 140 (55.08% from 255) = 60.87%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=8.70%
G=60.87%
B=30.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20140700.8600.500.451457531.37
Hex148C46560322D914b1f
Octal242141061260625522111337
Binary101001000110010001101010110011001010110110010001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,140,70); }

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

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

 a { background-color: rgb(20,140,70); }

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

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

 span { border-color: rgb(20,140,70); }

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