#535720

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

Shades of Army green #535720

Tints of Army green #535720

Color information

#535720 (or 0x535720) is unknown color: approx Army green. HEX triplet: 53, 57 and 20. RGB value is (83,87,32). Sum of RGB (Red+Green+Blue) = 83+87+32=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 87 - color contains mainly: green. Hex color #535720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535720 is #ACA8DF. Grayscale: #4F4F4F. Windows color (decimal): -11315424 or 2119507. OLE color: 2119507.

HSL color Cylindrical-coordinate representation of color #535720: hue angle of 64.36º 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 #535720 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB838732-
CMYK0.0500.630.66
HSL64.36º46.22%23.33%-
HSV(B)64.36º63.22%34.12%-
XYZ7.248.762.68-
YUV79.53101.17130.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 87 (34.38% from 255) = 43.07%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=41.09%
G=43.07%
B=15.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8387320.0500.630.6664.3646.2223.33
Hex535720503F42402e17
Octal1231274050771021005627
Binary1010011101011110000010101111111000010100000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535720; }

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

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

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

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

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

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

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

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