#127251

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

Shades of Salem #127251

Tints of Salem #127251

Color information

#127251 (or 0x127251) is unknown color: approx Salem. HEX triplet: 12, 72 and 51. RGB value is (18,114,81). Sum of RGB (Red+Green+Blue) = 18+114+81=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #127251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127251 is #ED8DAE. Grayscale: #515151. Windows color (decimal): -15568303 or 5337618. OLE color: 5337618.

HSL color Cylindrical-coordinate representation of color #127251: hue angle of 159.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127251 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1811481-
CMYK0.8400.290.55
HSL159.38º72.73%25.88%-
HSV(B)159.38º84.21%44.71%-
XYZ7.7512.769.84-
YUV81.53127.782.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=8.45%
G=53.52%
B=38.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114810.8400.290.55159.3872.7325.88
Hex1272515401D379f491a
Octal221621211240356723711132
Binary1001011100101010001101010001110111011110011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127251; }

 p { color: rgb(18,114,81); }

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

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

 a { background-color: rgb(18,114,81); }

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

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

 span { border-color: rgb(18,114,81); }

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