Html Css Color HEX #208358 Salem

📋 copy color: '#208358'

red 32 ◦ green 131 ◦ blue 88

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

Shades of Salem #208358

Tints of Salem #208358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.06%

R = 12.75%
G = 52.19%
B = 35.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#208358 (or 0x208358) is known color: Salem. HEX triplet: 20, 83 and 58. RGB value is (32,131,88). Sum of RGB (Red+Green+Blue) = 32+131+88=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #208358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208358 is #DF7CA7. Grayscale: #606060. Windows color (decimal): -14646440 or 5800736. OLE color: 5800736.

HSL color Cylindrical-coordinate representation of color #208358: hue angle of 153.94º 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 #208358 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 131 88 -
CMYK 0.76 0 0.33 0.49
HSL 153.94º 0.61% 0.32% -
HSV(B) 153.94º 0.76% 0.51% -
XYZ 10.47 17.24 12.01 -
YUV 96.5 123.2 82 -
System Red Green Blue C M Y K H S L
Decimal 32 131 88 0.76 0 0.33 0.49 153.94 0.61 0.32
Hex 20 83 58 4C 0 21 31 9A 3D 20
Octal 40 203 130 114 0 41 61 232 75 40
Binary 100000 10000011 1011000 1001100 0 100001 110001 10011010 111101 100000

Color Harmonies of #208358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208358

Black with #208358

Text Example


Text Example

White with #208358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208358; }

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

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

background-color css

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

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

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

border-color css

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

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

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