Html Css Color HEX #157652 Salem

📋 copy color: '#157652'

red 21 ◦ green 118 ◦ blue 82

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

Shades of Salem #157652

Tints of Salem #157652

RGB

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

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

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

R = 9.5%
G = 53.39%
B = 37.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#157652 (or 0x157652) is known color: Salem. HEX triplet: 15, 76 and 52. RGB value is (21,118,82). Sum of RGB (Red+Green+Blue) = 21+118+82=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #157652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157652 is #EA89AD. Grayscale: #545454. Windows color (decimal): -15370670 or 5404181. OLE color: 5404181.

HSL color Cylindrical-coordinate representation of color #157652: hue angle of 157.73º 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 #157652 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 118 82 -
CMYK 0.82 0 0.31 0.54
HSL 157.73º 0.7% 0.27% -
HSV(B) 157.73º 0.82% 0.46% -
XYZ 8.31 13.73 10.19 -
YUV 84.89 126.36 82.43 -
System Red Green Blue C M Y K H S L
Decimal 21 118 82 0.82 0 0.31 0.54 157.73 0.7 0.27
Hex 15 76 52 52 0 1F 36 9E 46 1B
Octal 25 166 122 122 0 37 66 236 106 33
Binary 10101 1110110 1010010 1010010 0 11111 110110 10011110 1000110 11011

Color Harmonies of #157652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157652

Black with #157652

Text Example


Text Example

White with #157652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157652; }

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

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

background-color css

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

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

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

border-color css

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

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

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