Html Css Color HEX #53521F Army green

📋 copy color: '#53521F'

red 83 ◦ green 82 ◦ blue 31

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

Shades of Army green #53521F

Tints of Army green #53521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.84%

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 42.35%
G = 41.84%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53521F (or 0x53521F) is known color: Army green. HEX triplet: 53, 52 and 1F. RGB value is (83,82,31). Sum of RGB (Red+Green+Blue) = 83+82+31=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53521F is #ACADE0. Grayscale: #4C4C4C. Windows color (decimal): -11316705 or 2052691. OLE color: 2052691.

HSL color Cylindrical-coordinate representation of color #53521F: hue angle of 58.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53521F is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 82 31 -
CMYK 0 0.01 0.63 0.67
HSL 58.85º 0.46% 0.22% -
HSV(B) 58.85º 0.63% 0.33% -
XYZ 6.83 7.97 2.48 -
YUV 76.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 83 82 31 0 0.01 0.63 0.67 58.85 0.46 0.22
Hex 53 52 1F 0 1 3F 43 3B 2E 16
Octal 123 122 37 0 1 77 103 73 56 26
Binary 1010011 1010010 11111 0 1 111111 1000011 111011 101110 10110

Color Harmonies of #53521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53521F

Black with #53521F

Text Example


Text Example

White with #53521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53521F; }

 p { color: rgb(83,82,31); }

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

background-color css

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

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

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

border-color css

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

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

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