#12794B

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

Shades of Salem #12794B

Tints of Salem #12794B

Color information

#12794B (or 0x12794B) is unknown color: approx Salem. HEX triplet: 12, 79 and 4B. RGB value is (18,121,75). Sum of RGB (Red+Green+Blue) = 18+121+75=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 121 (47.66% from 255 or 56.54% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 121 - color contains mainly: green. Hex color #12794B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12794B is #ED86B4. Grayscale: #555555. Windows color (decimal): -15566517 or 4946194. OLE color: 4946194.

HSL color Cylindrical-coordinate representation of color #12794B: hue angle of 153.2º 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 #12794B is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1812175-
CMYK0.8500.380.53
HSL153.2º74.1%27.25%-
HSV(B)153.2º85.12%47.45%-
XYZ8.3614.318.98-
YUV84.96122.3880.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 121 (47.66% from 255) = 56.54%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=8.41%
G=56.54%
B=35.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121750.8500.380.53153.274.127.25
Hex12794B5502635994a1b
Octal221711131250466523111233
Binary10010111100110010111010101010011011010110011001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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