#12774C

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

Shades of Salem #12774C

Tints of Salem #12774C

Color information

#12774C (or 0x12774C) is unknown color: approx Salem. HEX triplet: 12, 77 and 4C. RGB value is (18,119,76). Sum of RGB (Red+Green+Blue) = 18+119+76=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #12774C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12774C is #ED88B3. Grayscale: #535353. Windows color (decimal): -15567028 or 5011218. OLE color: 5011218.

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

Color convert

RGB1811976-
CMYK0.8500.360.53
HSL154.46º73.72%26.86%-
HSV(B)154.46º84.87%46.67%-
XYZ8.1513.849.08-
YUV83.9123.5481-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 119 (46.88% from 255) = 55.87%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=8.45%
G=55.87%
B=35.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119760.8500.360.53154.4673.7226.86
Hex12774C55024359a4a1b
Octal221671141250446523211233
Binary10010111011110011001010101010010011010110011010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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