Html Css Color HEX #525919 Army green

📋 copy color: '#525919'

red 82 ◦ green 89 ◦ blue 25

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

Shades of Army green #525919

Tints of Army green #525919

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.41%

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

R = 41.84%
G = 45.41%
B = 12.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#525919 (or 0x525919) is known color: Army green. HEX triplet: 52, 59 and 19. RGB value is (82,89,25). Sum of RGB (Red+Green+Blue) = 82+89+25=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #525919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525919 is #ADA6E6. Grayscale: #4F4F4F. Windows color (decimal): -11380455 or 1661266. OLE color: 1661266.

HSL color Cylindrical-coordinate representation of color #525919: hue angle of 66.56º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #525919 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 25 -
CMYK 0.08 0 0.72 0.65
HSL 66.56º 0.56% 0.22% -
HSV(B) 66.56º 0.72% 0.35% -
XYZ 7.23 9.01 2.28 -
YUV 79.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 82 89 25 0.08 0 0.72 0.65 66.56 0.56 0.22
Hex 52 59 19 8 0 48 41 43 38 16
Octal 122 131 31 10 0 110 101 103 70 26
Binary 1010010 1011001 11001 1000 0 1001000 1000001 1000011 111000 10110

Color Harmonies of #525919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525919

Black with #525919

Text Example


Text Example

White with #525919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525919; }

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

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

background-color css

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

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

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

border-color css

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

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

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