#12883C

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

Shades of Salem #12883C

Tints of Salem #12883C

Color information

#12883C (or 0x12883C) is unknown color: approx Salem. HEX triplet: 12, 88 and 3C. RGB value is (18,136,60). Sum of RGB (Red+Green+Blue) = 18+136+60=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 136 (53.52% from 255 or 63.55% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 136 - color contains mainly: green. Hex color #12883C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12883C is #ED77C3. Grayscale: #5C5C5C. Windows color (decimal): -15562692 or 3966994. OLE color: 3966994.

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

Color convert

RGB1813660-
CMYK0.8700.560.47
HSL141.36º76.62%30.2%-
HSV(B)141.36º86.76%53.33%-
XYZ9.8718.067.24-
YUV92.05109.9175.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 136 (53.52% from 255) = 63.55%
BLUE value IS 60 (23.83% from 255) = 28.04%
R=8.41%
G=63.55%
B=28.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18136600.8700.560.47141.3676.6230.2
Hex12883C570382F8d4d1e
Octal22210741270705721511536
Binary10010100010001111001010111011100010111110001101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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