#148242

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

Shades of Salem #148242

Tints of Salem #148242

Color information

#148242 (or 0x148242) is unknown color: approx Salem. HEX triplet: 14, 82 and 42. RGB value is (20,130,66). Sum of RGB (Red+Green+Blue) = 20+130+66=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #148242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148242 is #EB7DBD. Grayscale: #595959. Windows color (decimal): -15433150 or 4358676. OLE color: 4358676.

HSL color Cylindrical-coordinate representation of color #148242: hue angle of 145.09º 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 #148242 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB2013066-
CMYK0.8500.490.49
HSL145.09º73.33%29.41%-
HSV(B)145.09º84.62%50.98%-
XYZ9.2516.517.85-
YUV89.81114.5678.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 130 (51.17% from 255) = 60.19%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=9.26%
G=60.19%
B=30.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20130660.8500.490.49145.0973.3329.41
Hex148242550313191491d
Octal242021021250616122111135
Binary101001000001010000101010101011000111000110010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148242; }

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

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

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

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

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

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

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

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