#127D45

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

Shades of Salem #127D45

Tints of Salem #127D45

Color information

#127D45 (or 0x127D45) is unknown color: approx Salem. HEX triplet: 12, 7D and 45. RGB value is (18,125,69). Sum of RGB (Red+Green+Blue) = 18+125+69=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #127D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D45 is #ED82BA. Grayscale: #565656. Windows color (decimal): -15565499 or 4554002. OLE color: 4554002.

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

Color convert

RGB1812569-
CMYK0.8600.450.51
HSL148.6º74.83%28.04%-
HSV(B)148.6º85.6%49.02%-
XYZ8.6615.238.11-
YUV86.62118.0579.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 125 (49.22% from 255) = 58.96%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=8.49%
G=58.96%
B=32.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18125690.8600.450.51148.674.8328.04
Hex127D455602D33954b1c
Octal221751051260556322511334
Binary10010111110110001011010110010110111001110010101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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