#12794C

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

Shades of Salem #12794C

Tints of Salem #12794C

Color information

#12794C (or 0x12794C) is unknown color: approx Salem. HEX triplet: 12, 79 and 4C. RGB value is (18,121,76). Sum of RGB (Red+Green+Blue) = 18+121+76=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 121 (47.66% from 255 or 56.28% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 121 - color contains mainly: green. Hex color #12794C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12794C is #ED86B3. Grayscale: #555555. Windows color (decimal): -15566516 or 5011730. OLE color: 5011730.

HSL color Cylindrical-coordinate representation of color #12794C: hue angle of 153.79º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12794C is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1812176-
CMYK0.8500.370.53
HSL153.79º74.1%27.25%-
HSV(B)153.79º85.12%47.45%-
XYZ8.3914.339.16-
YUV85.07122.8880.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 121 (47.66% from 255) = 56.28%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=8.37%
G=56.28%
B=35.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121760.8500.370.53153.7974.127.25
Hex12794C55025359a4a1b
Octal221711141250456523211233
Binary10010111100110011001010101010010111010110011010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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