#128D4E

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

Shades of Salem #128D4E

Tints of Salem #128D4E

Color information

#128D4E (or 0x128D4E) is unknown color: approx Salem. HEX triplet: 12, 8D and 4E. RGB value is (18,141,78). Sum of RGB (Red+Green+Blue) = 18+141+78=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #128D4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128D4E is #ED72B1. Grayscale: #616161. Windows color (decimal): -15561394 or 5147922. OLE color: 5147922.

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

Color convert

RGB1814178-
CMYK0.8700.450.45
HSL149.27º77.36%31.18%-
HSV(B)149.27º87.23%55.29%-
XYZ11.1519.7310.43-
YUV97.04117.2571.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 141 (55.47% from 255) = 59.49%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=7.59%
G=59.49%
B=32.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18141780.8700.450.45149.2777.3631.18
Hex128D4E5702D2D954d1f
Octal222151161270555522511537
Binary100101000110110011101010111010110110110110010101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,141,78); }

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

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

 a { background-color: rgb(18,141,78); }

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

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

 span { border-color: rgb(18,141,78); }

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