#127D55

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

Shades of Salem #127D55

Tints of Salem #127D55

Color information

#127D55 (or 0x127D55) is unknown color: approx Salem. HEX triplet: 12, 7D and 55. RGB value is (18,125,85). Sum of RGB (Red+Green+Blue) = 18+125+85=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 125 (49.22% from 255 or 54.82% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 125 - color contains mainly: green. Hex color #127D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D55 is #ED82AA. Grayscale: #585858. Windows color (decimal): -15565483 or 5602578. OLE color: 5602578.

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

Color convert

RGB1812585-
CMYK0.8600.320.51
HSL157.57º74.83%28.04%-
HSV(B)157.57º85.6%49.02%-
XYZ9.2215.4511.09-
YUV88.45126.0577.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 125 (49.22% from 255) = 54.82%
BLUE value IS 85 (33.59% from 255) = 37.28%
R=7.89%
G=54.82%
B=37.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18125850.8600.320.51157.5774.8328.04
Hex127D5556020339e4b1c
Octal221751251260406323611334
Binary10010111110110101011010110010000011001110011110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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