#148247

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

Shades of Salem #148247

Tints of Salem #148247

Color information

#148247 (or 0x148247) is unknown color: approx Salem. HEX triplet: 14, 82 and 47. RGB value is (20,130,71). Sum of RGB (Red+Green+Blue) = 20+130+71=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #148247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148247 is #EB7DB8. Grayscale: #5A5A5A. Windows color (decimal): -15433145 or 4686356. OLE color: 4686356.

HSL color Cylindrical-coordinate representation of color #148247: hue angle of 147.82º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148247 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB2013071-
CMYK0.8500.450.49
HSL147.82º73.33%29.41%-
HSV(B)147.82º84.62%50.98%-
XYZ9.4116.578.66-
YUV90.38117.0677.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 130 (51.17% from 255) = 58.82%
BLUE value IS 71 (28.12% from 255) = 32.13%
R=9.05%
G=58.82%
B=32.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20130710.8500.450.49147.8273.3329.41
Hex1482475502D3194491d
Octal242021071250556122411135
Binary101001000001010001111010101010110111000110010100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148247; }

 p { color: rgb(20,130,71); }

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

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

 a { background-color: rgb(20,130,71); }

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

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

 span { border-color: rgb(20,130,71); }

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