#127C45

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

Shades of Salem #127C45

Tints of Salem #127C45

Color information

#127C45 (or 0x127C45) is unknown color: approx Salem. HEX triplet: 12, 7C and 45. RGB value is (18,124,69). Sum of RGB (Red+Green+Blue) = 18+124+69=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #127C45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C45 is #ED83BA. Grayscale: #565656. Windows color (decimal): -15565755 or 4553746. OLE color: 4553746.

HSL color Cylindrical-coordinate representation of color #127C45: hue angle of 148.87º 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 #127C45 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB1812469-
CMYK0.8500.440.51
HSL148.87º74.65%27.84%-
HSV(B)148.87º85.48%48.63%-
XYZ8.5314.978.07-
YUV86.04118.3879.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 124 (48.83% from 255) = 58.77%
BLUE value IS 69 (27.34% from 255) = 32.70%
R=8.53%
G=58.77%
B=32.70%

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
Decimal18124690.8500.440.51148.8774.6527.84
Hex127C455502C33954b1c
Octal221741051250546322511334
Binary10010111110010001011010101010110011001110010101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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