#148746

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

Shades of Salem #148746

Tints of Salem #148746

Color information

#148746 (or 0x148746) is unknown color: approx Salem. HEX triplet: 14, 87 and 46. RGB value is (20,135,70). Sum of RGB (Red+Green+Blue) = 20+135+70=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #148746 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148746 is #EB78B9. Grayscale: #5D5D5D. Windows color (decimal): -15431866 or 4622100. OLE color: 4622100.

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

Color convert

RGB2013570-
CMYK0.8500.480.47
HSL146.09º74.19%30.39%-
HSV(B)146.09º85.19%52.94%-
XYZ10.0617.928.72-
YUV93.2114.975.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 135 (53.12% from 255) = 60%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=8.89%
G=60%
B=31.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20135700.8500.480.47146.0974.1930.39
Hex148746550302F924a1e
Octal242071061250605722211236
Binary101001000011110001101010101011000010111110010010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148746; }

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

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

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

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

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

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

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

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