Html Css Color HEX #157B4A Salem

📋 copy color: '#157B4A'

red 21 ◦ green 123 ◦ blue 74

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

Shades of Salem #157B4A

Tints of Salem #157B4A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 56.42%

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 9.63%
G = 56.42%
B = 33.94%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#157B4A (or 0x157B4A) is known color: Salem. HEX triplet: 15, 7B and 4A. RGB value is (21,123,74). Sum of RGB (Red+Green+Blue) = 21+123+74=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #157B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157B4A is #EA84B5. Grayscale: #575757. Windows color (decimal): -15369398 or 4881173. OLE color: 4881173.

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

Color convert

RGB 21 123 74 -
CMYK 0.83 0 0.40 0.52
HSL 151.18º 0.71% 0.28% -
HSV(B) 151.18º 0.83% 0.48% -
XYZ 8.63 14.82 8.88 -
YUV 86.92 120.71 80.98 -
System Red Green Blue C M Y K H S L
Decimal 21 123 74 0.83 0 0.40 0.52 151.18 0.71 0.28
Hex 15 7B 4A 53 0 28 34 97 47 1C
Octal 25 173 112 123 0 50 64 227 107 34
Binary 10101 1111011 1001010 1010011 0 101000 110100 10010111 1000111 11100

Color Harmonies of #157B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157B4A

Black with #157B4A

Text Example


Text Example

White with #157B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,123,74); }

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

background-color css

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

 a { background-color: rgb(21,123,74); }

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

border-color css

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

 span { border-color: rgb(21,123,74); }

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