#208341

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

Shades of Salem #208341

Tints of Salem #208341

Color information

#208341 (or 0x208341) is unknown color: approx Salem. HEX triplet: 20, 83 and 41. RGB value is (32,131,65). Sum of RGB (Red+Green+Blue) = 32+131+65=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #208341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208341 is #DF7CBE. Grayscale: #5E5E5E. Windows color (decimal): -14646463 or 4293408. OLE color: 4293408.

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

Color convert

RGB3213165-
CMYK0.7600.500.49
HSL140º60.74%31.96%-
HSV(B)140º75.57%51.37%-
XYZ9.6716.927.76-
YUV93.87111.783.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 131 (51.56% from 255) = 57.46%
BLUE value IS 65 (25.78% from 255) = 28.51%
R=14.04%
G=57.46%
B=28.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32131650.7600.500.4914060.7431.96
Hex2083414C032318c3d20
Octal40203101114062612147540
Binary1000001000001110000011001100011001011000110001100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208341; }

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

 H1.HeaderClassName
 {
   color: #208341;
 }
 .AnyTagClassName
 {
   color: #208341;
 }
</style>
background-color css

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

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

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

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

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

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