#127E43

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

Shades of Salem #127E43

Tints of Salem #127E43

Color information

#127E43 (or 0x127E43) is unknown color: approx Salem. HEX triplet: 12, 7E and 43. RGB value is (18,126,67). Sum of RGB (Red+Green+Blue) = 18+126+67=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 126 (49.61% from 255 or 59.72% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 126 - color contains mainly: green. Hex color #127E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127E43 is #ED81BC. Grayscale: #575757. Windows color (decimal): -15565245 or 4423186. OLE color: 4423186.

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

Color convert

RGB1812667-
CMYK0.8600.470.51
HSL147.22º75%28.24%-
HSV(B)147.22º85.71%49.41%-
XYZ8.7215.467.83-
YUV86.98116.7278.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 126 (49.61% from 255) = 59.72%
BLUE value IS 67 (26.56% from 255) = 31.75%
R=8.53%
G=59.72%
B=31.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18126670.8600.470.51147.227528.24
Hex127E435602F33934b1c
Octal221761031260576322311334
Binary10010111111010000111010110010111111001110010011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,126,67); }

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

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

 a { background-color: rgb(18,126,67); }

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

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

 span { border-color: rgb(18,126,67); }

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