#148957

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

Shades of Salem #148957

Tints of Salem #148957

Color information

#148957 (or 0x148957) is unknown color: approx Salem. HEX triplet: 14, 89 and 57. RGB value is (20,137,87). Sum of RGB (Red+Green+Blue) = 20+137+87=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #148957 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148957 is #EB76A8. Grayscale: #606060. Windows color (decimal): -15431337 or 5736724. OLE color: 5736724.

HSL color Cylindrical-coordinate representation of color #148957: hue angle of 154.36º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148957 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB2013787-
CMYK0.8500.360.46
HSL154.36º74.52%30.78%-
HSV(B)154.36º85.4%53.73%-
XYZ10.9518.7312.05-
YUV96.32122.7473.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 137 (53.91% from 255) = 56.15%
BLUE value IS 87 (34.38% from 255) = 35.66%
R=8.20%
G=56.15%
B=35.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20137870.8500.360.46154.3674.5230.78
Hex148957550242E9a4b1f
Octal242111271250445623211337
Binary101001000100110101111010101010010010111010011010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148957; }

 p { color: rgb(20,137,87); }

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

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

 a { background-color: rgb(20,137,87); }

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

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

 span { border-color: rgb(20,137,87); }

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