#127C4A

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

Shades of Salem #127C4A

Tints of Salem #127C4A

Color information

#127C4A (or 0x127C4A) is unknown color: approx Salem. HEX triplet: 12, 7C and 4A. RGB value is (18,124,74). Sum of RGB (Red+Green+Blue) = 18+124+74=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #127C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C4A is #ED83B5. Grayscale: #565656. Windows color (decimal): -15565750 or 4881426. OLE color: 4881426.

HSL color Cylindrical-coordinate representation of color #127C4A: hue angle of 151.7º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C4A is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1812474-
CMYK0.8500.400.51
HSL151.7º74.65%27.84%-
HSV(B)151.7º85.48%48.63%-
XYZ8.6915.048.92-
YUV86.61120.8879.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 124 (48.83% from 255) = 57.41%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=8.33%
G=57.41%
B=34.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18124740.8500.400.51151.774.6527.84
Hex127C4A5502833984b1c
Octal221741121250506323011334
Binary10010111110010010101010101010100011001110011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127C4A; }

 p { color: rgb(18,124,74); }

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

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

 a { background-color: rgb(18,124,74); }

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

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

 span { border-color: rgb(18,124,74); }

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