Html Css Color HEX #53521A Army green

📋 copy color: '#53521A'

red 83 ◦ green 82 ◦ blue 26

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

Shades of Army green #53521A

Tints of Army green #53521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.61%

R = 43.46%
G = 42.93%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53521A (or 0x53521A) is known color: Army green. HEX triplet: 53, 52 and 1A. RGB value is (83,82,26). Sum of RGB (Red+Green+Blue) = 83+82+26=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53521A is #ACADE5. Grayscale: #4C4C4C. Windows color (decimal): -11316710 or 1725011. OLE color: 1725011.

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

Color convert

RGB 83 82 26 -
CMYK 0 0.01 0.69 0.67
HSL 58.95º 0.52% 0.21% -
HSV(B) 58.95º 0.69% 0.33% -
XYZ 6.77 7.95 2.15 -
YUV 75.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 83 82 26 0 0.01 0.69 0.67 58.95 0.52 0.21
Hex 53 52 1A 0 1 45 43 3B 34 15
Octal 123 122 32 0 1 105 103 73 64 25
Binary 1010011 1010010 11010 0 1 1000101 1000011 111011 110100 10101

Color Harmonies of #53521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53521A

Black with #53521A

Text Example


Text Example

White with #53521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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