#535519

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

Shades of Army green #535519

Tints of Army green #535519

Color information

#535519 (or 0x535519) is unknown color: approx Army green. HEX triplet: 53, 55 and 19. RGB value is (83,85,25). Sum of RGB (Red+Green+Blue) = 83+85+25=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #535519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535519 is #ACAAE6. Grayscale: #4D4D4D. Windows color (decimal): -11315943 or 1660243. OLE color: 1660243.

HSL color Cylindrical-coordinate representation of color #535519: hue angle of 62º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #535519 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB838525-
CMYK0.0200.710.67
HSL62º54.55%21.57%-
HSV(B)62º70.59%33.33%-
XYZ6.998.412.17-
YUV77.5698.34131.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=43.01%
G=44.04%
B=12.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385250.0200.710.676254.5521.57
Hex5355192047433e3716
Octal1231253120107103766726
Binary10100111010101110011001000111100001111111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535519; }

 p { color: rgb(83,85,25); }

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

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

 a { background-color: rgb(83,85,25); }

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

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

 span { border-color: rgb(83,85,25); }

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