#127B4A

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

Shades of Salem #127B4A

Tints of Salem #127B4A

Color information

#127B4A (or 0x127B4A) is unknown color: approx Salem. HEX triplet: 12, 7B and 4A. RGB value is (18,123,74). Sum of RGB (Red+Green+Blue) = 18+123+74=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #127B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B4A is #ED84B5. Grayscale: #565656. Windows color (decimal): -15566006 or 4881170. OLE color: 4881170.

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

Color convert

RGB1812374-
CMYK0.8500.400.52
HSL152º74.47%27.65%-
HSV(B)152º85.37%48.24%-
XYZ8.5714.798.88-
YUV86.02121.2179.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 123 (48.44% from 255) = 57.21%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=8.37%
G=57.21%
B=34.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123740.8500.400.5215274.4727.65
Hex127B4A5502834984a1c
Octal221731121250506423011234
Binary10010111101110010101010101010100011010010011000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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