Html Css Color HEX #127C47 Salem

📋 copy color: '#127C47'

red 18 ◦ green 124 ◦ blue 71

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

Shades of Salem #127C47

Tints of Salem #127C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.33%

R = 8.45%
G = 58.22%
B = 33.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#127C47 (or 0x127C47) is known color: Salem. HEX triplet: 12, 7C and 47. RGB value is (18,124,71). Sum of RGB (Red+Green+Blue) = 18+124+71=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 124 (48.83% from 255 or 58.22% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 124 - color contains mainly: green. Hex color #127C47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C47 is #ED83B8. Grayscale: #565656. Windows color (decimal): -15565753 or 4684818. OLE color: 4684818.

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

Color convert

RGB 18 124 71 -
CMYK 0.85 0 0.43 0.51
HSL 150º 0.75% 0.28% -
HSV(B) 150º 0.85% 0.49% -
XYZ 8.59 15 8.4 -
YUV 86.26 119.38 79.31 -
System Red Green Blue C M Y K H S L
Decimal 18 124 71 0.85 0 0.43 0.51 150 0.75 0.28
Hex 12 7C 47 55 0 2B 33 96 4B 1C
Octal 22 174 107 125 0 53 63 226 113 34
Binary 10010 1111100 1000111 1010101 0 101011 110011 10010110 1001011 11100

Color Harmonies of #127C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C47

Black with #127C47

Text Example


Text Example

White with #127C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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