#128459

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

Shades of Salem #128459

Tints of Salem #128459

Color information

#128459 (or 0x128459) is unknown color: approx Salem. HEX triplet: 12, 84 and 59. RGB value is (18,132,89). Sum of RGB (Red+Green+Blue) = 18+132+89=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #128459 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128459 is #ED7BA6. Grayscale: #5D5D5D. Windows color (decimal): -15563687 or 5866514. OLE color: 5866514.

HSL color Cylindrical-coordinate representation of color #128459: hue angle of 157.37º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128459 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1813289-
CMYK0.8600.330.48
HSL157.37º76%29.41%-
HSV(B)157.37º86.36%51.76%-
XYZ10.317.3512.26-
YUV93.01125.7374.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 132 (51.95% from 255) = 55.23%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=7.53%
G=55.23%
B=37.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18132890.8600.330.48157.377629.41
Hex12845956021309d4c1d
Octal222041311260416023511435
Binary100101000010010110011010110010000111000010011101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128459; }

 p { color: rgb(18,132,89); }

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

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

 a { background-color: rgb(18,132,89); }

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

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

 span { border-color: rgb(18,132,89); }

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