Html Css Color HEX #157D52 Salem

📋 copy color: '#157D52'

red 21 ◦ green 125 ◦ blue 82

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

Shades of Salem #157D52

Tints of Salem #157D52

RGB

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

 GREEN value IS 125 (49.22% from 255) = 54.82%

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 9.21%
G = 54.82%
B = 35.96%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#157D52 (or 0x157D52) is known color: Salem. HEX triplet: 15, 7D and 52. RGB value is (21,125,82). Sum of RGB (Red+Green+Blue) = 21+125+82=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 125 (49.22% from 255 or 54.82% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 125 - color contains mainly: green. Hex color #157D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157D52 is #EA82AD. Grayscale: #595959. Windows color (decimal): -15368878 or 5405973. OLE color: 5405973.

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

Color convert

RGB 21 125 82 -
CMYK 0.83 0 0.34 0.51
HSL 155.19º 0.71% 0.29% -
HSV(B) 155.19º 0.83% 0.49% -
XYZ 9.17 15.44 10.48 -
YUV 89 124.04 79.5 -
System Red Green Blue C M Y K H S L
Decimal 21 125 82 0.83 0 0.34 0.51 155.19 0.71 0.29
Hex 15 7D 52 53 0 22 33 9B 47 1D
Octal 25 175 122 123 0 42 63 233 107 35
Binary 10101 1111101 1010010 1010011 0 100010 110011 10011011 1000111 11101

Color Harmonies of #157D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D52

Black with #157D52

Text Example


Text Example

White with #157D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,125,82); }

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

background-color css

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

 a { background-color: rgb(21,125,82); }

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

border-color css

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

 span { border-color: rgb(21,125,82); }

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