#128D4A

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

Shades of Salem #128D4A

Tints of Salem #128D4A

Color information

#128D4A (or 0x128D4A) is unknown color: approx Salem. HEX triplet: 12, 8D and 4A. RGB value is (18,141,74). Sum of RGB (Red+Green+Blue) = 18+141+74=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 141 (55.47% from 255 or 60.52% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 141 - color contains mainly: green. Hex color #128D4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128D4A is #ED72B5. Grayscale: #606060. Windows color (decimal): -15561398 or 4885778. OLE color: 4885778.

HSL color Cylindrical-coordinate representation of color #128D4A: hue angle of 147.32º 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 #128D4A is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB1814174-
CMYK0.8700.480.45
HSL147.32º77.36%31.18%-
HSV(B)147.32º87.23%55.29%-
XYZ11.0119.679.7-
YUV96.58115.2571.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 141 (55.47% from 255) = 60.52%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=7.73%
G=60.52%
B=31.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18141740.8700.480.45147.3277.3631.18
Hex128D4A570302D934d1f
Octal222151121270605522311537
Binary100101000110110010101010111011000010110110010011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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