#149242

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

Shades of Salem #149242

Tints of Salem #149242

Color information

#149242 (or 0x149242) is unknown color: approx Salem. HEX triplet: 14, 92 and 42. RGB value is (20,146,66). Sum of RGB (Red+Green+Blue) = 20+146+66=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 146 (57.42% from 255 or 62.93% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 146 - color contains mainly: green. Hex color #149242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149242 is #EB6DBD. Grayscale: #636363. Windows color (decimal): -15429054 or 4362772. OLE color: 4362772.

HSL color Cylindrical-coordinate representation of color #149242: hue angle of 141.9º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149242 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB2014666-
CMYK0.8600.550.43
HSL141.9º75.9%32.55%-
HSV(B)141.9º86.3%57.25%-
XYZ11.5521.18.62-
YUV99.21109.2671.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 146 (57.42% from 255) = 62.93%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=8.62%
G=62.93%
B=28.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146660.8600.550.43141.975.932.55
Hex149242560372B8e4c21
Octal242221021260675321611441
Binary1010010010010100001010101100110111101011100011101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149242; }

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

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

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

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

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

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

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

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