#208358

Color #208358 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #208358

Tints of Salem #208358

Color information

#208358 (or 0x208358) is unknown color: approx 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

RGB3213188-
CMYK0.7600.330.49
HSL153.94º60.74%31.96%-
HSV(B)153.94º75.57%51.37%-
XYZ10.4717.2412.01-
YUV96.5123.282-

RGB Variations

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

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 (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32131880.7600.330.49153.9460.7431.96
Hex2083584C021319a3d20
Octal40203130114041612327540
Binary1000001000001110110001001100010000111000110011010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>