#127052

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

Shades of Salem #127052

Tints of Salem #127052

Color information

#127052 (or 0x127052) is unknown color: approx Salem. HEX triplet: 12, 70 and 52. RGB value is (18,112,82). Sum of RGB (Red+Green+Blue) = 18+112+82=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #127052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127052 is #ED8FAD. Grayscale: #505050. Windows color (decimal): -15568814 or 5402642. OLE color: 5402642.

HSL color Cylindrical-coordinate representation of color #127052: hue angle of 160.85º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127052 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1811282-
CMYK0.8400.270.56
HSL160.85º72.31%25.49%-
HSV(B)160.85º83.93%43.92%-
XYZ7.5712.339.96-
YUV80.47128.8683.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=8.49%
G=52.83%
B=38.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112820.8400.270.56160.8572.3125.49
Hex1270525401B38a14819
Octal221601221240337024111031
Binary1001011100001010010101010001101111100010100001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127052; }

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

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

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

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

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

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

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

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