Html Css Color HEX #208355 Salem

📋 copy color: '#208355'

red 32 ◦ green 131 ◦ blue 85

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

Shades of Salem #208355

Tints of Salem #208355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.82%

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

R = 12.9%
G = 52.82%
B = 34.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#208355 (or 0x208355) is known color: Salem. HEX triplet: 20, 83 and 55. RGB value is (32,131,85). Sum of RGB (Red+Green+Blue) = 32+131+85=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #208355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208355 is #DF7CAA. Grayscale: #606060. Windows color (decimal): -14646443 or 5604128. OLE color: 5604128.

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

Color convert

RGB 32 131 85 -
CMYK 0.76 0 0.35 0.49
HSL 152.12º 0.61% 0.32% -
HSV(B) 152.12º 0.76% 0.51% -
XYZ 10.35 17.2 11.37 -
YUV 96.16 121.7 82.24 -
System Red Green Blue C M Y K H S L
Decimal 32 131 85 0.76 0 0.35 0.49 152.12 0.61 0.32
Hex 20 83 55 4C 0 23 31 98 3D 20
Octal 40 203 125 114 0 43 61 230 75 40
Binary 100000 10000011 1010101 1001100 0 100011 110001 10011000 111101 100000

Color Harmonies of #208355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208355

Black with #208355

Text Example


Text Example

White with #208355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208355; }

 p { color: rgb(32,131,85); }

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

background-color css

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

 a { background-color: rgb(32,131,85); }

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

border-color css

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

 span { border-color: rgb(32,131,85); }

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