#127848

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

Shades of Salem #127848

Tints of Salem #127848

Color information

#127848 (or 0x127848) is unknown color: approx Salem. HEX triplet: 12, 78 and 48. RGB value is (18,120,72). Sum of RGB (Red+Green+Blue) = 18+120+72=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #127848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127848 is #ED87B7. Grayscale: #545454. Windows color (decimal): -15566776 or 4749330. OLE color: 4749330.

HSL color Cylindrical-coordinate representation of color #127848: hue angle of 151.76º 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 #127848 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1812072-
CMYK0.8500.400.53
HSL151.76º73.91%27.06%-
HSV(B)151.76º85%47.06%-
XYZ8.1414.038.41-
YUV84.03121.2180.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 120 (47.27% from 255) = 57.14%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=8.57%
G=57.14%
B=34.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120720.8500.400.53151.7673.9127.06
Hex1278485502835984a1b
Octal221701101250506523011233
Binary10010111100010010001010101010100011010110011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127848; }

 p { color: rgb(18,120,72); }

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

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

 a { background-color: rgb(18,120,72); }

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

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

 span { border-color: rgb(18,120,72); }

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