Html Css Color HEX #157849 Salem

📋 copy color: '#157849'

red 21 ◦ green 120 ◦ blue 73

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

Shades of Salem #157849

Tints of Salem #157849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.07%

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

R = 9.81%
G = 56.07%
B = 34.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#157849 (or 0x157849) is known color: Salem. HEX triplet: 15, 78 and 49. RGB value is (21,120,73). Sum of RGB (Red+Green+Blue) = 21+120+73=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #157849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157849 is #EA87B6. Grayscale: #555555. Windows color (decimal): -15370167 or 4814869. OLE color: 4814869.

HSL color Cylindrical-coordinate representation of color #157849: hue angle of 151.52º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157849 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 120 73 -
CMYK 0.83 0 0.39 0.53
HSL 151.52º 0.7% 0.28% -
HSV(B) 151.52º 0.83% 0.47% -
XYZ 8.23 14.07 8.59 -
YUV 85.04 121.2 82.32 -
System Red Green Blue C M Y K H S L
Decimal 21 120 73 0.83 0 0.39 0.53 151.52 0.7 0.28
Hex 15 78 49 53 0 27 35 98 46 1C
Octal 25 170 111 123 0 47 65 230 106 34
Binary 10101 1111000 1001001 1010011 0 100111 110101 10011000 1000110 11100

Color Harmonies of #157849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157849

Black with #157849

Text Example


Text Example

White with #157849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157849; }

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

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

background-color css

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

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

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

border-color css

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

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

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