#208152

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

Shades of Salem #208152

Tints of Salem #208152

Color information

#208152 (or 0x208152) is unknown color: approx Salem. HEX triplet: 20, 81 and 52. RGB value is (32,129,82). Sum of RGB (Red+Green+Blue) = 32+129+82=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #208152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208152 is #DF7EAD. Grayscale: #5E5E5E. Windows color (decimal): -14646958 or 5407008. OLE color: 5407008.

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

Color convert

RGB3212982-
CMYK0.7500.360.49
HSL150.93º60.25%31.57%-
HSV(B)150.93º75.19%50.59%-
XYZ9.9716.6210.66-
YUV94.64120.8683.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 129 (50.78% from 255) = 53.09%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=13.17%
G=53.09%
B=33.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32129820.7500.360.49150.9360.2531.57
Hex2081524B02431973c20
Octal40201122113044612277440
Binary1000001000000110100101001011010010011000110010111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208152; }

 p { color: rgb(32,129,82); }

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

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

 a { background-color: rgb(32,129,82); }

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

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

 span { border-color: rgb(32,129,82); }

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