#128246

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

Shades of Salem #128246

Tints of Salem #128246

Color information

#128246 (or 0x128246) is unknown color: approx Salem. HEX triplet: 12, 82 and 46. RGB value is (18,130,70). Sum of RGB (Red+Green+Blue) = 18+130+70=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #128246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128246 is #ED7DB9. Grayscale: #595959. Windows color (decimal): -15564218 or 4620818. OLE color: 4620818.

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

Color convert

RGB1813070-
CMYK0.8600.460.49
HSL147.86º75.68%29.02%-
HSV(B)147.86º86.15%50.98%-
XYZ9.3416.548.49-
YUV89.67116.8976.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 130 (51.17% from 255) = 59.63%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=8.26%
G=59.63%
B=32.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130700.8600.460.49147.8675.6829.02
Hex1282465602E31944c1d
Octal222021061260566122411435
Binary100101000001010001101010110010111011000110010100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128246; }

 p { color: rgb(18,130,70); }

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

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

 a { background-color: rgb(18,130,70); }

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

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

 span { border-color: rgb(18,130,70); }

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