Html Css Color HEX #525719 Army green

📋 copy color: '#525719'

red 82 ◦ green 87 ◦ blue 25

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

Shades of Army green #525719

Tints of Army green #525719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.85%

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

R = 42.27%
G = 44.85%
B = 12.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#525719 (or 0x525719) is known color: Army green. HEX triplet: 52, 57 and 19. RGB value is (82,87,25). Sum of RGB (Red+Green+Blue) = 82+87+25=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 87 - color contains mainly: green. Hex color #525719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525719 is #ADA8E6. Grayscale: #4E4E4E. Windows color (decimal): -11380967 or 1660754. OLE color: 1660754.

HSL color Cylindrical-coordinate representation of color #525719: hue angle of 64.84º 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 #525719 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 87 25 -
CMYK 0.06 0 0.71 0.66
HSL 64.84º 0.55% 0.22% -
HSV(B) 64.84º 0.71% 0.34% -
XYZ 7.06 8.68 2.22 -
YUV 78.44 97.84 130.54 -
System Red Green Blue C M Y K H S L
Decimal 82 87 25 0.06 0 0.71 0.66 64.84 0.55 0.22
Hex 52 57 19 6 0 47 42 41 37 16
Octal 122 127 31 6 0 107 102 101 67 26
Binary 1010010 1010111 11001 110 0 1000111 1000010 1000001 110111 10110

Color Harmonies of #525719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525719

Black with #525719

Text Example


Text Example

White with #525719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525719; }

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

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

background-color css

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

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

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

border-color css

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

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

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