#129040

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

Shades of Salem #129040

Tints of Salem #129040

Color information

#129040 (or 0x129040) is unknown color: approx Salem. HEX triplet: 12, 90 and 40. RGB value is (18,144,64). Sum of RGB (Red+Green+Blue) = 18+144+64=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 144 (56.64% from 255 or 63.72% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 144 - color contains mainly: green. Hex color #129040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129040 is #ED6FBF. Grayscale: #616161. Windows color (decimal): -15560640 or 4231186. OLE color: 4231186.

HSL color Cylindrical-coordinate representation of color #129040: hue angle of 141.9º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129040 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB1814464-
CMYK0.8800.560.44
HSL141.9º77.78%31.76%-
HSV(B)141.9º87.5%56.47%-
XYZ11.1520.458.21-
YUV97.21109.2671.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 144 (56.64% from 255) = 63.72%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=7.96%
G=63.72%
B=28.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18144640.8800.560.44141.977.7831.76
Hex129040580382C8e4e20
Octal222201001300705421611640
Binary1001010010000100000010110000111000101100100011101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129040; }

 p { color: rgb(18,144,64); }

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

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

 a { background-color: rgb(18,144,64); }

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

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

 span { border-color: rgb(18,144,64); }

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