Html Css Color HEX #157C49 Salem

📋 copy color: '#157C49'

red 21 ◦ green 124 ◦ blue 73

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

Shades of Salem #157C49

Tints of Salem #157C49

RGB

 RED value IS 21 (8.59% from 255) = 9.63%

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

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

R = 9.63%
G = 56.88%
B = 33.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#157C49 (or 0x157C49) is known color: Salem. HEX triplet: 15, 7C and 49. RGB value is (21,124,73). Sum of RGB (Red+Green+Blue) = 21+124+73=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #157C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157C49 is #EA83B6. Grayscale: #575757. Windows color (decimal): -15369143 or 4815893. OLE color: 4815893.

HSL color Cylindrical-coordinate representation of color #157C49: hue angle of 150.29º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157C49 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 124 73 -
CMYK 0.83 0 0.41 0.51
HSL 150.29º 0.71% 0.28% -
HSV(B) 150.29º 0.83% 0.49% -
XYZ 8.72 15.06 8.75 -
YUV 87.39 119.88 80.65 -
System Red Green Blue C M Y K H S L
Decimal 21 124 73 0.83 0 0.41 0.51 150.29 0.71 0.28
Hex 15 7C 49 53 0 29 33 96 47 1C
Octal 25 174 111 123 0 51 63 226 107 34
Binary 10101 1111100 1001001 1010011 0 101001 110011 10010110 1000111 11100

Color Harmonies of #157C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157C49

Black with #157C49

Text Example


Text Example

White with #157C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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