#159448

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

Shades of Salem #159448

Tints of Salem #159448

Color information

#159448 (or 0x159448) is unknown color: approx Salem. HEX triplet: 15, 94 and 48. RGB value is (21,148,72). Sum of RGB (Red+Green+Blue) = 21+148+72=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #159448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159448 is #EA6BB7. Grayscale: #656565. Windows color (decimal): -15363000 or 4756501. OLE color: 4756501.

HSL color Cylindrical-coordinate representation of color #159448: hue angle of 144.09º degrees, saturation: 0.75, 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 #159448 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB2114872-
CMYK0.8600.510.42
HSL144.09º75.15%33.14%-
HSV(B)144.09º85.81%58.04%-
XYZ12.0721.819.7-
YUV101.36111.4270.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 148 (58.20% from 255) = 61.41%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=8.71%
G=61.41%
B=29.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21148720.8600.510.42144.0975.1533.14
Hex159448560332A904b21
Octal252241101260635222011341
Binary1010110010100100100010101100110011101010100100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159448; }

 p { color: rgb(21,148,72); }

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

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

 a { background-color: rgb(21,148,72); }

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

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

 span { border-color: rgb(21,148,72); }

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