Html Css Color HEX #525522 Army green

📋 copy color: '#525522'

red 82 ◦ green 85 ◦ blue 34

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

Shades of Army green #525522

Tints of Army green #525522

RGB

 RED value IS 82 (32.42% from 255) = 40.8%

 GREEN value IS 85 (33.59% from 255) = 42.29%

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

R = 40.8%
G = 42.29%
B = 16.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#525522 (or 0x525522) is known color: Army green. HEX triplet: 52, 55 and 22. RGB value is (82,85,34). Sum of RGB (Red+Green+Blue) = 82+85+34=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #525522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525522 is #ADAADD. Grayscale: #4E4E4E. Windows color (decimal): -11381470 or 2250066. OLE color: 2250066.

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

Color convert

RGB 82 85 34 -
CMYK 0.04 0 0.60 0.67
HSL 63.53º 0.43% 0.23% -
HSV(B) 63.53º 0.6% 0.33% -
XYZ 7.02 8.41 2.77 -
YUV 78.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 82 85 34 0.04 0 0.60 0.67 63.53 0.43 0.23
Hex 52 55 22 4 0 3C 43 40 2B 17
Octal 122 125 42 4 0 74 103 100 53 27
Binary 1010010 1010101 100010 100 0 111100 1000011 1000000 101011 10111

Color Harmonies of #525522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525522

Black with #525522

Text Example


Text Example

White with #525522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525522; }

 p { color: rgb(82,85,34); }

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

background-color css

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

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

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

border-color css

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

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

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