#127955

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

Shades of Salem #127955

Tints of Salem #127955

Color information

#127955 (or 0x127955) is unknown color: approx Salem. HEX triplet: 12, 79 and 55. RGB value is (18,121,85). Sum of RGB (Red+Green+Blue) = 18+121+85=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #127955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127955 is #ED86AA. Grayscale: #565656. Windows color (decimal): -15566507 or 5601554. OLE color: 5601554.

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

Color convert

RGB1812185-
CMYK0.8500.300.53
HSL159.03º74.1%27.25%-
HSV(B)159.03º85.12%47.45%-
XYZ8.7314.4610.93-
YUV86.1127.3879.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 121 (47.66% from 255) = 54.02%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=8.04%
G=54.02%
B=37.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121850.8500.300.53159.0374.127.25
Hex1279555501E359f4a1b
Octal221711251250366523711233
Binary1001011110011010101101010101111011010110011111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127955; }

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

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

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

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

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

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

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

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