#127950

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

Shades of Salem #127950

Tints of Salem #127950

Color information

#127950 (or 0x127950) is unknown color: approx Salem. HEX triplet: 12, 79 and 50. RGB value is (18,121,80). Sum of RGB (Red+Green+Blue) = 18+121+80=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #127950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127950 is #ED86AF. Grayscale: #555555. Windows color (decimal): -15566512 or 5273874. OLE color: 5273874.

HSL color Cylindrical-coordinate representation of color #127950: hue angle of 156.12º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127950 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1812180-
CMYK0.8500.340.53
HSL156.12º74.1%27.25%-
HSV(B)156.12º85.12%47.45%-
XYZ8.5314.389.92-
YUV85.53124.8879.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 121 (47.66% from 255) = 55.25%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=8.22%
G=55.25%
B=36.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121800.8500.340.53156.1274.127.25
Hex12795055022359c4a1b
Octal221711201250426523411233
Binary10010111100110100001010101010001011010110011100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127950; }

 p { color: rgb(18,121,80); }

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

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

 a { background-color: rgb(18,121,80); }

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

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

 span { border-color: rgb(18,121,80); }

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