#128649

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

Shades of Salem #128649

Tints of Salem #128649

Color information

#128649 (or 0x128649) is unknown color: approx Salem. HEX triplet: 12, 86 and 49. RGB value is (18,134,73). Sum of RGB (Red+Green+Blue) = 18+134+73=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #128649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128649 is #ED79B6. Grayscale: #5C5C5C. Windows color (decimal): -15563191 or 4818450. OLE color: 4818450.

HSL color Cylindrical-coordinate representation of color #128649: hue angle of 148.45º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128649 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1813473-
CMYK0.8700.460.47
HSL148.45º76.32%29.8%-
HSV(B)148.45º86.57%52.55%-
XYZ9.9817.669.19-
YUV92.36117.0774.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 134 (52.73% from 255) = 59.56%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=8%
G=59.56%
B=32.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18134730.8700.460.47148.4576.3229.8
Hex1286495702E2F944c1e
Octal222061111270565722411436
Binary100101000011010010011010111010111010111110010100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128649; }

 p { color: rgb(18,134,73); }

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

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

 a { background-color: rgb(18,134,73); }

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

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

 span { border-color: rgb(18,134,73); }

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