#535420

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

Shades of Army green #535420

Tints of Army green #535420

Color information

#535420 (or 0x535420) is unknown color: approx Army green. HEX triplet: 53, 54 and 20. RGB value is (83,84,32). Sum of RGB (Red+Green+Blue) = 83+84+32=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #535420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535420 is #ACABDF. Grayscale: #4D4D4D. Windows color (decimal): -11316192 or 2118739. OLE color: 2118739.

HSL color Cylindrical-coordinate representation of color #535420: hue angle of 61.15º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535420 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB838432-
CMYK0.0100.620.67
HSL61.15º44.83%22.75%-
HSV(B)61.15º61.9%32.94%-
XYZ78.282.6-
YUV77.77102.17131.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=41.71%
G=42.21%
B=16.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384320.0100.620.6761.1544.8322.75
Hex535420103E433d2d17
Octal123124401076103755527
Binary1010011101010010000010111110100001111110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535420; }

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

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

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

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

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

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

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

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