#127C46

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

Shades of Salem #127C46

Tints of Salem #127C46

Color information

#127C46 (or 0x127C46) is unknown color: approx Salem. HEX triplet: 12, 7C and 46. RGB value is (18,124,70). Sum of RGB (Red+Green+Blue) = 18+124+70=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 124 (48.83% from 255 or 58.49% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 124 - color contains mainly: green. Hex color #127C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C46 is #ED83B9. Grayscale: #565656. Windows color (decimal): -15565754 or 4619282. OLE color: 4619282.

HSL color Cylindrical-coordinate representation of color #127C46: hue angle of 149.43º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C46 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB1812470-
CMYK0.8500.440.51
HSL149.43º74.65%27.84%-
HSV(B)149.43º85.48%48.63%-
XYZ8.5614.998.24-
YUV86.15118.8879.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 124 (48.83% from 255) = 58.49%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=8.49%
G=58.49%
B=33.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18124700.8500.440.51149.4374.6527.84
Hex127C465502C33954b1c
Octal221741061250546322511334
Binary10010111110010001101010101010110011001110010101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127C46; }

 p { color: rgb(18,124,70); }

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

<style>
 a { background-color: #127C46; }

 a { background-color: rgb(18,124,70); }

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

<style>
 span { border-color: #127C46; }

 span { border-color: rgb(18,124,70); }

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