Html Css Color HEX #127554 Salem

📋 copy color: '#127554'

red 18 ◦ green 117 ◦ blue 84

#127554
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #127554

Tints of Salem #127554

RGB

 RED value IS 18 (7.42% from 255) = 8.22%

 GREEN value IS 117 (46.09% from 255) = 53.42%

 BLUE value IS 84 (33.2% from 255) = 38.36%

R = 8.22%
G = 53.42%
B = 38.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#127554 (or 0x127554) is known color: Salem. HEX triplet: 12, 75 and 54. RGB value is (18,117,84). Sum of RGB (Red+Green+Blue) = 18+117+84=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #127554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127554 is #ED8AAB. Grayscale: #535353. Windows color (decimal): -15567532 or 5534994. OLE color: 5534994.

HSL color Cylindrical-coordinate representation of color #127554: hue angle of 160º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127554 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 84 -
CMYK 0.85 0 0.28 0.54
HSL 160º 0.73% 0.26% -
HSV(B) 160º 0.85% 0.46% -
XYZ 8.21 13.49 10.56 -
YUV 83.64 128.2 81.18 -
System Red Green Blue C M Y K H S L
Decimal 18 117 84 0.85 0 0.28 0.54 160 0.73 0.26
Hex 12 75 54 55 0 1C 36 A0 49 1A
Octal 22 165 124 125 0 34 66 240 111 32
Binary 10010 1110101 1010100 1010101 0 11100 110110 10100000 1001001 11010

Color Harmonies of #127554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127554

Black with #127554

Text Example


Text Example

White with #127554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127554; }

 p { color: rgb(18,117,84); }

 H1.HeaderClassName
 {
   color: #127554;
 }
 .AnyTagClassName
 {
   color: #127554;
 }
</style>

background-color css

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

 a { background-color: rgb(18,117,84); }

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

border-color css

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

 span { border-color: rgb(18,117,84); }

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