#128A47

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

Shades of Salem #128A47

Tints of Salem #128A47

Color information

#128A47 (or 0x128A47) is unknown color: approx Salem. HEX triplet: 12, 8A and 47. RGB value is (18,138,71). Sum of RGB (Red+Green+Blue) = 18+138+71=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #128A47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128A47 is #ED75B8. Grayscale: #5E5E5E. Windows color (decimal): -15562169 or 4688402. OLE color: 4688402.

HSL color Cylindrical-coordinate representation of color #128A47: hue angle of 146.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128A47 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB1813871-
CMYK0.8700.490.46
HSL146.5º76.92%30.59%-
HSV(B)146.5º86.96%54.12%-
XYZ10.4818.769.03-
YUV94.48114.7473.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 138 (54.30% from 255) = 60.79%
BLUE value IS 71 (28.12% from 255) = 31.28%
R=7.93%
G=60.79%
B=31.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18138710.8700.490.46146.576.9230.59
Hex128A47570312E924d1f
Octal222121071270615622211537
Binary100101000101010001111010111011000110111010010010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128A47; }

 p { color: rgb(18,138,71); }

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

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

 a { background-color: rgb(18,138,71); }

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

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

 span { border-color: rgb(18,138,71); }

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