#208443

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

Shades of Salem #208443

Tints of Salem #208443

Color information

#208443 (or 0x208443) is unknown color: approx Salem. HEX triplet: 20, 84 and 43. RGB value is (32,132,67). Sum of RGB (Red+Green+Blue) = 32+132+67=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #208443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208443 is #DF7BBC. Grayscale: #5E5E5E. Windows color (decimal): -14646205 or 4424736. OLE color: 4424736.

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

Color convert

RGB3213267-
CMYK0.7600.490.48
HSL141º60.98%32.16%-
HSV(B)141º75.76%51.76%-
XYZ9.8617.218.11-
YUV94.69112.3783.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 132 (51.95% from 255) = 57.14%
BLUE value IS 67 (26.56% from 255) = 29.00%
R=13.85%
G=57.14%
B=29.00%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32132670.7600.490.4814160.9832.16
Hex2084434C031308d3d20
Octal40204103114061602157540
Binary1000001000010010000111001100011000111000010001101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208443; }

 p { color: rgb(32,132,67); }

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

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

 a { background-color: rgb(32,132,67); }

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

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

 span { border-color: rgb(32,132,67); }

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