Html Css Color HEX #525619 Army green

📋 copy color: '#525619'

red 82 ◦ green 86 ◦ blue 25

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

Shades of Army green #525619

Tints of Army green #525619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.95%

R = 42.49%
G = 44.56%
B = 12.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#525619 (or 0x525619) is known color: Army green. HEX triplet: 52, 56 and 19. RGB value is (82,86,25). Sum of RGB (Red+Green+Blue) = 82+86+25=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #525619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525619 is #ADA9E6. Grayscale: #4E4E4E. Windows color (decimal): -11381223 or 1660498. OLE color: 1660498.

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

Color convert

RGB 82 86 25 -
CMYK 0.05 0 0.71 0.66
HSL 63.93º 0.55% 0.22% -
HSV(B) 63.93º 0.71% 0.34% -
XYZ 6.98 8.52 2.2 -
YUV 77.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 82 86 25 0.05 0 0.71 0.66 63.93 0.55 0.22
Hex 52 56 19 5 0 47 42 40 37 16
Octal 122 126 31 5 0 107 102 100 67 26
Binary 1010010 1010110 11001 101 0 1000111 1000010 1000000 110111 10110

Color Harmonies of #525619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525619

Black with #525619

Text Example


Text Example

White with #525619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525619; }

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

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

background-color css

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

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

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

border-color css

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

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

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