Html Css Color HEX #525722 Army green

📋 copy color: '#525722'

red 82 ◦ green 87 ◦ blue 34

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

Shades of Army green #525722

Tints of Army green #525722

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.86%

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

R = 40.39%
G = 42.86%
B = 16.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#525722 (or 0x525722) is known color: Army green. HEX triplet: 52, 57 and 22. RGB value is (82,87,34). Sum of RGB (Red+Green+Blue) = 82+87+34=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #525722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525722 is #ADA8DD. Grayscale: #4F4F4F. Windows color (decimal): -11380958 or 2250578. OLE color: 2250578.

HSL color Cylindrical-coordinate representation of color #525722: hue angle of 65.66º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #525722 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 87 34 -
CMYK 0.06 0 0.61 0.66
HSL 65.66º 0.44% 0.24% -
HSV(B) 65.66º 0.61% 0.34% -
XYZ 7.18 8.73 2.82 -
YUV 79.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 82 87 34 0.06 0 0.61 0.66 65.66 0.44 0.24
Hex 52 57 22 6 0 3D 42 42 2C 18
Octal 122 127 42 6 0 75 102 102 54 30
Binary 1010010 1010111 100010 110 0 111101 1000010 1000010 101100 11000

Color Harmonies of #525722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525722

Black with #525722

Text Example


Text Example

White with #525722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525722; }

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

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

background-color css

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

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

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

border-color css

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

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

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