Html Css Color HEX #157D4B Salem

📋 copy color: '#157D4B'

red 21 ◦ green 125 ◦ blue 75

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

Shades of Salem #157D4B

Tints of Salem #157D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 9.5%
G = 56.56%
B = 33.94%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#157D4B (or 0x157D4B) is known color: Salem. HEX triplet: 15, 7D and 4B. RGB value is (21,125,75). Sum of RGB (Red+Green+Blue) = 21+125+75=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #157D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157D4B is #EA82B4. Grayscale: #585858. Windows color (decimal): -15368885 or 4947221. OLE color: 4947221.

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

Color convert

RGB 21 125 75 -
CMYK 0.83 0 0.40 0.51
HSL 151.15º 0.71% 0.29% -
HSV(B) 151.15º 0.83% 0.49% -
XYZ 8.91 15.33 9.15 -
YUV 88.2 120.54 80.07 -
System Red Green Blue C M Y K H S L
Decimal 21 125 75 0.83 0 0.40 0.51 151.15 0.71 0.29
Hex 15 7D 4B 53 0 28 33 97 47 1D
Octal 25 175 113 123 0 50 63 227 107 35
Binary 10101 1111101 1001011 1010011 0 101000 110011 10010111 1000111 11101

Color Harmonies of #157D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D4B

Black with #157D4B

Text Example


Text Example

White with #157D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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