#127A52

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

Shades of Salem #127A52

Tints of Salem #127A52

Color information

#127A52 (or 0x127A52) is unknown color: approx Salem. HEX triplet: 12, 7A and 52. RGB value is (18,122,82). Sum of RGB (Red+Green+Blue) = 18+122+82=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #127A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A52 is #ED85AD. Grayscale: #565656. Windows color (decimal): -15566254 or 5405202. OLE color: 5405202.

HSL color Cylindrical-coordinate representation of color #127A52: hue angle of 156.92º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A52 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB1812282-
CMYK0.8500.330.52
HSL156.92º74.29%27.45%-
HSV(B)156.92º85.25%47.84%-
XYZ8.7314.6610.35-
YUV86.34125.5479.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 122 (48.05% from 255) = 54.95%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=8.11%
G=54.95%
B=36.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18122820.8500.330.52156.9274.2927.45
Hex127A5255021349d4a1b
Octal221721221250416423511233
Binary10010111101010100101010101010000111010010011101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,122,82); }

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

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

 a { background-color: rgb(18,122,82); }

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

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

 span { border-color: rgb(18,122,82); }

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