#208256

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

Shades of Salem #208256

Tints of Salem #208256

Color information

#208256 (or 0x208256) is unknown color: approx Salem. HEX triplet: 20, 82 and 56. RGB value is (32,130,86). Sum of RGB (Red+Green+Blue) = 32+130+86=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #208256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208256 is #DF7DA9. Grayscale: #5F5F5F. Windows color (decimal): -14646698 or 5669408. OLE color: 5669408.

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

Color convert

RGB3213086-
CMYK0.7500.340.49
HSL153.06º60.49%31.76%-
HSV(B)153.06º75.38%50.98%-
XYZ10.2616.9411.53-
YUV95.68122.5382.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.90%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=12.90%
G=52.42%
B=34.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32130860.7500.340.49153.0660.4931.76
Hex2082564B02231993c20
Octal40202126113042612317440
Binary1000001000001010101101001011010001011000110011001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208256; }

 p { color: rgb(32,130,86); }

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

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

 a { background-color: rgb(32,130,86); }

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

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

 span { border-color: rgb(32,130,86); }

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