Html Css Color HEX #525419 Army green

📋 copy color: '#525419'

red 82 ◦ green 84 ◦ blue 25

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

Shades of Army green #525419

Tints of Army green #525419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.98%

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

R = 42.93%
G = 43.98%
B = 13.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#525419 (or 0x525419) is known color: Army green. HEX triplet: 52, 54 and 19. RGB value is (82,84,25). Sum of RGB (Red+Green+Blue) = 82+84+25=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #525419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525419 is #ADABE6. Grayscale: #4C4C4C. Windows color (decimal): -11381735 or 1659986. OLE color: 1659986.

HSL color Cylindrical-coordinate representation of color #525419: hue angle of 62.03º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #525419 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 25 -
CMYK 0.02 0 0.70 0.67
HSL 62.03º 0.54% 0.21% -
HSV(B) 62.03º 0.7% 0.33% -
XYZ 6.83 8.2 2.14 -
YUV 76.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 82 84 25 0.02 0 0.70 0.67 62.03 0.54 0.21
Hex 52 54 19 2 0 46 43 3E 36 15
Octal 122 124 31 2 0 106 103 76 66 25
Binary 1010010 1010100 11001 10 0 1000110 1000011 111110 110110 10101

Color Harmonies of #525419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525419

Black with #525419

Text Example


Text Example

White with #525419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525419; }

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

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

background-color css

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

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

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

border-color css

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

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

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