Html Css Color HEX #535322 Army green

📋 copy color: '#535322'

red 83 ◦ green 83 ◦ blue 34

#535322
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #535322

Tints of Army green #535322

RGB

 RED value IS 83 (32.81% from 255) = 41.5%

 GREEN value IS 83 (32.81% from 255) = 41.5%

 BLUE value IS 34 (13.67% from 255) = 17%

R = 41.5%
G = 41.5%
B = 17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#535322 (or 0x535322) is known color: Army green. HEX triplet: 53, 53 and 22. RGB value is (83,83,34). Sum of RGB (Red+Green+Blue) = 83+83+34=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535322 is #ACACDD. Grayscale: #4D4D4D. Windows color (decimal): -11316446 or 2249555. OLE color: 2249555.

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

Color convert

RGB 83 83 34 -
CMYK 0 0 0.59 0.67
HSL 60º 0.42% 0.23% -
HSV(B) 60º 0.59% 0.33% -
XYZ 6.95 8.14 2.72 -
YUV 77.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 83 83 34 0 0 0.59 0.67 60 0.42 0.23
Hex 53 53 22 0 0 3B 43 3C 2A 17
Octal 123 123 42 0 0 73 103 74 52 27
Binary 1010011 1010011 100010 0 0 111011 1000011 111100 101010 10111

Color Harmonies of #535322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535322

Black with #535322

Text Example


Text Example

White with #535322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535322; }

 p { color: rgb(83,83,34); }

 H1.HeaderClassName
 {
   color: #535322;
 }
 .AnyTagClassName
 {
   color: #535322;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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