#208251

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

Shades of Salem #208251

Tints of Salem #208251

Color information

#208251 (or 0x208251) is unknown color: approx Salem. HEX triplet: 20, 82 and 51. RGB value is (32,130,81). Sum of RGB (Red+Green+Blue) = 32+130+81=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #208251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208251 is #DF7DAE. Grayscale: #5F5F5F. Windows color (decimal): -14646703 or 5341728. OLE color: 5341728.

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

Color convert

RGB3213081-
CMYK0.7500.380.49
HSL150º60.49%31.76%-
HSV(B)150º75.38%50.98%-
XYZ10.0616.8710.51-
YUV95.11120.0382.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 130 (51.17% from 255) = 53.50%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=13.17%
G=53.50%
B=33.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32130810.7500.380.4915060.4931.76
Hex2082514B02631963c20
Octal40202121113046612267440
Binary1000001000001010100011001011010011011000110010110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208251; }

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

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

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

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

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

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

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

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