Html Css Color HEX #157C4C Salem

📋 copy color: '#157C4C'

red 21 ◦ green 124 ◦ blue 76

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

Shades of Salem #157C4C

Tints of Salem #157C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 9.5%
G = 56.11%
B = 34.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#157C4C (or 0x157C4C) is known color: Salem. HEX triplet: 15, 7C and 4C. RGB value is (21,124,76). Sum of RGB (Red+Green+Blue) = 21+124+76=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #157C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157C4C is #EA83B3. Grayscale: #575757. Windows color (decimal): -15369140 or 5012501. OLE color: 5012501.

HSL color Cylindrical-coordinate representation of color #157C4C: hue angle of 152.04º 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 #157C4C is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 124 76 -
CMYK 0.83 0 0.39 0.51
HSL 152.04º 0.71% 0.28% -
HSV(B) 152.04º 0.83% 0.49% -
XYZ 8.82 15.1 9.29 -
YUV 87.73 121.38 80.4 -
System Red Green Blue C M Y K H S L
Decimal 21 124 76 0.83 0 0.39 0.51 152.04 0.71 0.28
Hex 15 7C 4C 53 0 27 33 98 47 1C
Octal 25 174 114 123 0 47 63 230 107 34
Binary 10101 1111100 1001100 1010011 0 100111 110011 10011000 1000111 11100

Color Harmonies of #157C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157C4C

Black with #157C4C

Text Example


Text Example

White with #157C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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