Html Css Color HEX #157655 Salem

📋 copy color: '#157655'

red 21 ◦ green 118 ◦ blue 85

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

Shades of Salem #157655

Tints of Salem #157655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.68%

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 9.38%
G = 52.68%
B = 37.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#157655 (or 0x157655) is known color: Salem. HEX triplet: 15, 76 and 55. RGB value is (21,118,85). Sum of RGB (Red+Green+Blue) = 21+118+85=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #157655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157655 is #EA89AA. Grayscale: #555555. Windows color (decimal): -15370667 or 5600789. OLE color: 5600789.

HSL color Cylindrical-coordinate representation of color #157655: hue angle of 159.59º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157655 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 118 85 -
CMYK 0.82 0 0.28 0.54
HSL 159.59º 0.7% 0.27% -
HSV(B) 159.59º 0.82% 0.46% -
XYZ 8.43 13.77 10.81 -
YUV 85.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 21 118 85 0.82 0 0.28 0.54 159.59 0.7 0.27
Hex 15 76 55 52 0 1C 36 A0 46 1B
Octal 25 166 125 122 0 34 66 240 106 33
Binary 10101 1110110 1010101 1010010 0 11100 110110 10100000 1000110 11011

Color Harmonies of #157655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157655

Black with #157655

Text Example


Text Example

White with #157655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157655; }

 p { color: rgb(21,118,85); }

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

background-color css

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

 a { background-color: rgb(21,118,85); }

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

border-color css

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

 span { border-color: rgb(21,118,85); }

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