#535920

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

Shades of Army green #535920

Tints of Army green #535920

Color information

#535920 (or 0x535920) is unknown color: approx Army green. HEX triplet: 53, 59 and 20. RGB value is (83,89,32). Sum of RGB (Red+Green+Blue) = 83+89+32=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #535920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535920 is #ACA6DF. Grayscale: #505050. Windows color (decimal): -11314912 or 2120019. OLE color: 2120019.

HSL color Cylindrical-coordinate representation of color #535920: hue angle of 66.32º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #535920 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB838932-
CMYK0.0700.640.65
HSL66.32º47.11%23.73%-
HSV(B)66.32º64.04%34.9%-
XYZ7.49.092.73-
YUV80.71100.51129.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 89 (35.16% from 255) = 43.63%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=40.69%
G=43.63%
B=15.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389320.0700.640.6566.3247.1123.73
Hex535920704041422f18
Octal12313140701001011025730
Binary10100111011001100000111010000001000001100001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535920; }

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

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

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

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

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

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

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

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