#12884C

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

Shades of Salem #12884C

Tints of Salem #12884C

Color information

#12884C (or 0x12884C) is unknown color: approx Salem. HEX triplet: 12, 88 and 4C. RGB value is (18,136,76). Sum of RGB (Red+Green+Blue) = 18+136+76=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #12884C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12884C is #ED77B3. Grayscale: #5E5E5E. Windows color (decimal): -15562676 or 5015570. OLE color: 5015570.

HSL color Cylindrical-coordinate representation of color #12884C: hue angle of 149.49º degrees, saturation: 0.77, 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 #12884C is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1813676-
CMYK0.8700.440.47
HSL149.49º76.62%30.2%-
HSV(B)149.49º86.76%53.33%-
XYZ10.3618.269.82-
YUV93.88117.9173.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 136 (53.52% from 255) = 59.13%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=7.83%
G=59.13%
B=33.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18136760.8700.440.47149.4976.6230.2
Hex12884C5702C2F954d1e
Octal222101141270545722511536
Binary100101000100010011001010111010110010111110010101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12884C; }

 p { color: rgb(18,136,76); }

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

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

 a { background-color: rgb(18,136,76); }

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

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

 span { border-color: rgb(18,136,76); }

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