#12884E

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

Shades of Salem #12884E

Tints of Salem #12884E

Color information

#12884E (or 0x12884E) is unknown color: approx Salem. HEX triplet: 12, 88 and 4E. RGB value is (18,136,78). Sum of RGB (Red+Green+Blue) = 18+136+78=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #12884E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12884E is #ED77B1. Grayscale: #5E5E5E. Windows color (decimal): -15562674 or 5146642. OLE color: 5146642.

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

Color convert

RGB1813678-
CMYK0.8700.430.47
HSL150.51º76.62%30.2%-
HSV(B)150.51º86.76%53.33%-
XYZ10.4318.2910.19-
YUV94.11118.9173.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 136 (53.52% from 255) = 58.62%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=7.76%
G=58.62%
B=33.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18136780.8700.430.47150.5176.6230.2
Hex12884E5702B2F974d1e
Octal222101161270535722711536
Binary100101000100010011101010111010101110111110010111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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