#148346

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

Shades of Salem #148346

Tints of Salem #148346

Color information

#148346 (or 0x148346) is unknown color: approx Salem. HEX triplet: 14, 83 and 46. RGB value is (20,131,70). Sum of RGB (Red+Green+Blue) = 20+131+70=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #148346 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148346 is #EB7CB9. Grayscale: #5A5A5A. Windows color (decimal): -15432890 or 4621076. OLE color: 4621076.

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

Color convert

RGB2013170-
CMYK0.8500.470.49
HSL147.03º73.51%29.61%-
HSV(B)147.03º84.73%51.37%-
XYZ9.5116.828.54-
YUV90.86116.2377.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 131 (51.56% from 255) = 59.28%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=9.05%
G=59.28%
B=31.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20131700.8500.470.49147.0373.5129.61
Hex1483465502F31934a1e
Octal242031061250576122311236
Binary101001000001110001101010101010111111000110010011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148346; }

 p { color: rgb(20,131,70); }

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

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

 a { background-color: rgb(20,131,70); }

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

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

 span { border-color: rgb(20,131,70); }

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