#208740

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

Shades of Salem #208740

Tints of Salem #208740

Color information

#208740 (or 0x208740) is unknown color: approx Salem. HEX triplet: 20, 87 and 40. RGB value is (32,135,64). Sum of RGB (Red+Green+Blue) = 32+135+64=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #208740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208740 is #DF78BF. Grayscale: #606060. Windows color (decimal): -14645440 or 4228896. OLE color: 4228896.

HSL color Cylindrical-coordinate representation of color #208740: hue angle of 138.64º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208740 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB3213564-
CMYK0.7600.530.47
HSL138.64º61.68%32.75%-
HSV(B)138.64º76.3%52.94%-
XYZ10.1918.017.79-
YUV96.11109.8882.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 135 (53.12% from 255) = 58.44%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=13.85%
G=58.44%
B=27.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32135640.7600.530.47138.6461.6832.75
Hex2087404C0352F8b3e21
Octal40207100114065572137641
Binary1000001000011110000001001100011010110111110001011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208740; }

 p { color: rgb(32,135,64); }

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

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

 a { background-color: rgb(32,135,64); }

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

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

 span { border-color: rgb(32,135,64); }

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