Html Css Color HEX #127C49 Salem

📋 copy color: '#127C49'

red 18 ◦ green 124 ◦ blue 73

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

Shades of Salem #127C49

Tints of Salem #127C49

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.67%

 BLUE value IS 73 (28.91% from 255) = 33.95%

R = 8.37%
G = 57.67%
B = 33.95%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#127C49 (or 0x127C49) is known color: Salem. HEX triplet: 12, 7C and 49. RGB value is (18,124,73). Sum of RGB (Red+Green+Blue) = 18+124+73=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #127C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C49 is #ED83B6. Grayscale: #565656. Windows color (decimal): -15565751 or 4815890. OLE color: 4815890.

HSL color Cylindrical-coordinate representation of color #127C49: hue angle of 151.13º 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 #127C49 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 73 -
CMYK 0.85 0 0.41 0.51
HSL 151.13º 0.75% 0.28% -
HSV(B) 151.13º 0.85% 0.49% -
XYZ 8.66 15.02 8.75 -
YUV 86.49 120.38 79.15 -
System Red Green Blue C M Y K H S L
Decimal 18 124 73 0.85 0 0.41 0.51 151.13 0.75 0.28
Hex 12 7C 49 55 0 29 33 97 4B 1C
Octal 22 174 111 125 0 51 63 227 113 34
Binary 10010 1111100 1001001 1010101 0 101001 110011 10010111 1001011 11100

Color Harmonies of #127C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C49

Black with #127C49

Text Example


Text Example

White with #127C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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