Html Css Color HEX #525614 Army green

📋 copy color: '#525614'

red 82 ◦ green 86 ◦ blue 20

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

Shades of Army green #525614

Tints of Army green #525614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 43.62%
G = 45.74%
B = 10.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#525614 (or 0x525614) is known color: Army green. HEX triplet: 52, 56 and 14. RGB value is (82,86,20). Sum of RGB (Red+Green+Blue) = 82+86+20=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #525614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525614 is #ADA9EB. Grayscale: #4D4D4D. Windows color (decimal): -11381228 or 1332818. OLE color: 1332818.

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

Color convert

RGB 82 86 20 -
CMYK 0.05 0 0.77 0.66
HSL 63.64º 0.62% 0.21% -
HSV(B) 63.64º 0.77% 0.34% -
XYZ 6.93 8.5 1.94 -
YUV 77.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 82 86 20 0.05 0 0.77 0.66 63.64 0.62 0.21
Hex 52 56 14 5 0 4D 42 40 3E 15
Octal 122 126 24 5 0 115 102 100 76 25
Binary 1010010 1010110 10100 101 0 1001101 1000010 1000000 111110 10101

Color Harmonies of #525614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525614

Black with #525614

Text Example


Text Example

White with #525614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525614; }

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

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

background-color css

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

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

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

border-color css

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

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

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