#128C45

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

Shades of Salem #128C45

Tints of Salem #128C45

Color information

#128C45 (or 0x128C45) is unknown color: approx Salem. HEX triplet: 12, 8C and 45. RGB value is (18,140,69). Sum of RGB (Red+Green+Blue) = 18+140+69=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 140 (55.08% from 255 or 61.67% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 140 - color contains mainly: green. Hex color #128C45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128C45 is #ED73BA. Grayscale: #5F5F5F. Windows color (decimal): -15561659 or 4557842. OLE color: 4557842.

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

Color convert

RGB1814069-
CMYK0.8700.510.45
HSL145.08º77.22%30.98%-
HSV(B)145.08º87.14%54.9%-
XYZ10.719.318.79-
YUV95.43113.0872.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 140 (55.08% from 255) = 61.67%
BLUE value IS 69 (27.34% from 255) = 30.40%
R=7.93%
G=61.67%
B=30.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18140690.8700.510.45145.0877.2230.98
Hex128C45570332D914d1f
Octal222141051270635522111537
Binary100101000110010001011010111011001110110110010001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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