Html Css Color HEX #208552 Salem

📋 copy color: '#208552'

red 32 ◦ green 133 ◦ blue 82

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

Shades of Salem #208552

Tints of Salem #208552

RGB

 RED value IS 32 (12.89% from 255) = 12.96%

 GREEN value IS 133 (52.34% from 255) = 53.85%

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

R = 12.96%
G = 53.85%
B = 33.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#208552 (or 0x208552) is known color: Salem. HEX triplet: 20, 85 and 52. RGB value is (32,133,82). Sum of RGB (Red+Green+Blue) = 32+133+82=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #208552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208552 is #DF7AAD. Grayscale: #616161. Windows color (decimal): -14645934 or 5408032. OLE color: 5408032.

HSL color Cylindrical-coordinate representation of color #208552: hue angle of 149.7º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208552 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 133 82 -
CMYK 0.76 0 0.38 0.48
HSL 149.7º 0.61% 0.32% -
HSV(B) 149.7º 0.76% 0.52% -
XYZ 10.51 17.69 10.84 -
YUV 96.99 119.54 81.65 -
System Red Green Blue C M Y K H S L
Decimal 32 133 82 0.76 0 0.38 0.48 149.7 0.61 0.32
Hex 20 85 52 4C 0 26 30 96 3D 20
Octal 40 205 122 114 0 46 60 226 75 40
Binary 100000 10000101 1010010 1001100 0 100110 110000 10010110 111101 100000

Color Harmonies of #208552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208552

Black with #208552

Text Example


Text Example

White with #208552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208552; }

 p { color: rgb(32,133,82); }

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

background-color css

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

 a { background-color: rgb(32,133,82); }

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

border-color css

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

 span { border-color: rgb(32,133,82); }

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