#535919

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

Shades of Army green #535919

Tints of Army green #535919

Color information

#535919 (or 0x535919) is unknown color: approx Army green. HEX triplet: 53, 59 and 19. RGB value is (83,89,25). Sum of RGB (Red+Green+Blue) = 83+89+25=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #535919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535919 is #ACA6E6. Grayscale: #505050. Windows color (decimal): -11314919 or 1661267. OLE color: 1661267.

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

Color convert

RGB838925-
CMYK0.0700.720.65
HSL65.62º56.14%22.35%-
HSV(B)65.62º71.91%34.9%-
XYZ7.329.052.28-
YUV79.9197.01130.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 89 (35.16% from 255) = 45.18%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=42.13%
G=45.18%
B=12.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389250.0700.720.6565.6256.1422.35
Hex535919704841423816
Octal12313131701101011027026
Binary1010011101100111001111010010001000001100001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535919; }

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

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

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

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

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

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

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

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