#12774D

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

Shades of Salem #12774D

Tints of Salem #12774D

Color information

#12774D (or 0x12774D) is unknown color: approx Salem. HEX triplet: 12, 77 and 4D. RGB value is (18,119,77). Sum of RGB (Red+Green+Blue) = 18+119+77=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #12774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12774D is #ED88B2. Grayscale: #545454. Windows color (decimal): -15567027 or 5076754. OLE color: 5076754.

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

Color convert

RGB1811977-
CMYK0.8500.350.53
HSL155.05º73.72%26.86%-
HSV(B)155.05º84.87%46.67%-
XYZ8.1913.869.26-
YUV84.01124.0480.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 119 (46.88% from 255) = 55.61%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=8.41%
G=55.61%
B=35.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119770.8500.350.53155.0573.7226.86
Hex12774D55023359b4a1b
Octal221671151250436523311233
Binary10010111011110011011010101010001111010110011011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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