Html Css Color HEX #525616 Army green

📋 copy color: '#525616'

red 82 ◦ green 86 ◦ blue 22

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

Shades of Army green #525616

Tints of Army green #525616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.26%

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 43.16%
G = 45.26%
B = 11.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#525616 (or 0x525616) is known color: Army green. HEX triplet: 52, 56 and 16. RGB value is (82,86,22). Sum of RGB (Red+Green+Blue) = 82+86+22=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #525616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525616 is #ADA9E9. Grayscale: #4D4D4D. Windows color (decimal): -11381226 or 1463890. OLE color: 1463890.

HSL color Cylindrical-coordinate representation of color #525616: hue angle of 63.75º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #525616 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 86 22 -
CMYK 0.05 0 0.74 0.66
HSL 63.75º 0.59% 0.21% -
HSV(B) 63.75º 0.74% 0.34% -
XYZ 6.95 8.51 2.03 -
YUV 77.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 82 86 22 0.05 0 0.74 0.66 63.75 0.59 0.21
Hex 52 56 16 5 0 4A 42 40 3B 15
Octal 122 126 26 5 0 112 102 100 73 25
Binary 1010010 1010110 10110 101 0 1001010 1000010 1000000 111011 10101

Color Harmonies of #525616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525616

Black with #525616

Text Example


Text Example

White with #525616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525616; }

 p { color: rgb(82,86,22); }

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

background-color css

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

 a { background-color: rgb(82,86,22); }

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

border-color css

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

 span { border-color: rgb(82,86,22); }

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