Html Css Color HEX #525717 Army green

📋 copy color: '#525717'

red 82 ◦ green 87 ◦ blue 23

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

Shades of Army green #525717

Tints of Army green #525717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.98%

R = 42.71%
G = 45.31%
B = 11.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#525717 (or 0x525717) is known color: Army green. HEX triplet: 52, 57 and 17. RGB value is (82,87,23). Sum of RGB (Red+Green+Blue) = 82+87+23=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #525717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525717 is #ADA8E8. Grayscale: #4E4E4E. Windows color (decimal): -11380969 or 1529682. OLE color: 1529682.

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

Color convert

RGB 82 87 23 -
CMYK 0.06 0 0.74 0.66
HSL 64.69º 0.58% 0.22% -
HSV(B) 64.69º 0.74% 0.34% -
XYZ 7.04 8.67 2.11 -
YUV 78.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 82 87 23 0.06 0 0.74 0.66 64.69 0.58 0.22
Hex 52 57 17 6 0 4A 42 41 3A 16
Octal 122 127 27 6 0 112 102 101 72 26
Binary 1010010 1010111 10111 110 0 1001010 1000010 1000001 111010 10110

Color Harmonies of #525717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525717

Black with #525717

Text Example


Text Example

White with #525717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525717; }

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

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

background-color css

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

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

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

border-color css

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

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

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