#12724C

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

Shades of Salem #12724C

Tints of Salem #12724C

Color information

#12724C (or 0x12724C) is unknown color: approx Salem. HEX triplet: 12, 72 and 4C. RGB value is (18,114,76). Sum of RGB (Red+Green+Blue) = 18+114+76=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #12724C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12724C is #ED8DB3. Grayscale: #515151. Windows color (decimal): -15568308 or 5009938. OLE color: 5009938.

HSL color Cylindrical-coordinate representation of color #12724C: hue angle of 156.25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12724C is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1811476-
CMYK0.8400.330.55
HSL156.25º72.73%25.88%-
HSV(B)156.25º84.21%44.71%-
XYZ7.5712.698.89-
YUV80.96125.283.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=8.65%
G=54.81%
B=36.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114760.8400.330.55156.2572.7325.88
Hex12724C54021379c491a
Octal221621141240416723411132
Binary10010111001010011001010100010000111011110011100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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