#535620

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

Shades of Army green #535620

Tints of Army green #535620

Color information

#535620 (or 0x535620) is unknown color: approx Army green. HEX triplet: 53, 56 and 20. RGB value is (83,86,32). Sum of RGB (Red+Green+Blue) = 83+86+32=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #535620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535620 is #ACA9DF. Grayscale: #4F4F4F. Windows color (decimal): -11315680 or 2119251. OLE color: 2119251.

HSL color Cylindrical-coordinate representation of color #535620: hue angle of 63.33º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #535620 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB838632-
CMYK0.0300.630.66
HSL63.33º45.76%23.14%-
HSV(B)63.33º62.79%33.73%-
XYZ7.168.62.65-
YUV78.95101.51130.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=41.29%
G=42.79%
B=15.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386320.0300.630.6663.3345.7623.14
Hex535620303F423f2e17
Octal123126403077102775627
Binary10100111010110100000110111111100001011111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535620; }

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

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

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

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

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

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

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

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