#149452

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

Shades of Salem #149452

Tints of Salem #149452

Color information

#149452 (or 0x149452) is unknown color: approx Salem. HEX triplet: 14, 94 and 52. RGB value is (20,148,82). Sum of RGB (Red+Green+Blue) = 20+148+82=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #149452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149452 is #EB6BAD. Grayscale: #666666. Windows color (decimal): -15428526 or 5411860. OLE color: 5411860.

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

Color convert

RGB2014882-
CMYK0.8600.450.42
HSL149.06º76.19%32.94%-
HSV(B)149.06º86.49%58.04%-
XYZ12.421.9411.56-
YUV102.2116.5969.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 148 (58.20% from 255) = 59.2%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=8%
G=59.2%
B=32.8%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20148820.8600.450.42149.0676.1932.94
Hex1494525602D2A954c21
Octal242241221260555222511441
Binary1010010010100101001010101100101101101010100101011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149452; }

 p { color: rgb(20,148,82); }

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

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

 a { background-color: rgb(20,148,82); }

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

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

 span { border-color: rgb(20,148,82); }

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