#128B45

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

Shades of Salem #128B45

Tints of Salem #128B45

Color information

#128B45 (or 0x128B45) is unknown color: approx Salem. HEX triplet: 12, 8B and 45. RGB value is (18,139,69). Sum of RGB (Red+Green+Blue) = 18+139+69=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 139 (54.69% from 255 or 61.50% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 139 - color contains mainly: green. Hex color #128B45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128B45 is #ED74BA. Grayscale: #5F5F5F. Windows color (decimal): -15561915 or 4557586. OLE color: 4557586.

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

Color convert

RGB1813969-
CMYK0.8700.500.45
HSL145.29º77.07%30.78%-
HSV(B)145.29º87.05%54.51%-
XYZ10.5619.028.75-
YUV94.84113.4173.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 139 (54.69% from 255) = 61.50%
BLUE value IS 69 (27.34% from 255) = 30.53%
R=7.96%
G=61.50%
B=30.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18139690.8700.500.45145.2977.0730.78
Hex128B45570322D914d1f
Octal222131051270625522111537
Binary100101000101110001011010111011001010110110010001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,139,69); }

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

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

 a { background-color: rgb(18,139,69); }

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

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

 span { border-color: rgb(18,139,69); }

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