#149243

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

Shades of Salem #149243

Tints of Salem #149243

Color information

#149243 (or 0x149243) is unknown color: approx Salem. HEX triplet: 14, 92 and 43. RGB value is (20,146,67). Sum of RGB (Red+Green+Blue) = 20+146+67=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 146 (57.42% from 255 or 62.66% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 146 - color contains mainly: green. Hex color #149243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149243 is #EB6DBC. Grayscale: #636363. Windows color (decimal): -15429053 or 4428308. OLE color: 4428308.

HSL color Cylindrical-coordinate representation of color #149243: hue angle of 142.38º 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 #149243 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB2014667-
CMYK0.8600.540.43
HSL142.38º75.9%32.55%-
HSV(B)142.38º86.3%57.25%-
XYZ11.5821.118.77-
YUV99.32109.7671.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 146 (57.42% from 255) = 62.66%
BLUE value IS 67 (26.56% from 255) = 28.76%
R=8.58%
G=62.66%
B=28.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146670.8600.540.43142.3875.932.55
Hex149243560362B8e4c21
Octal242221031260665321611441
Binary1010010010010100001110101100110110101011100011101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149243; }

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

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

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

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

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

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

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

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