Html Css Color HEX #525718 Army green

📋 copy color: '#525718'

red 82 ◦ green 87 ◦ blue 24

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

Shades of Army green #525718

Tints of Army green #525718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.44%

R = 42.49%
G = 45.08%
B = 12.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#525718 (or 0x525718) is known color: Army green. HEX triplet: 52, 57 and 18. RGB value is (82,87,24). Sum of RGB (Red+Green+Blue) = 82+87+24=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #525718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525718 is #ADA8E7. Grayscale: #4E4E4E. Windows color (decimal): -11380968 or 1595218. OLE color: 1595218.

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

Color convert

RGB 82 87 24 -
CMYK 0.06 0 0.72 0.66
HSL 64.76º 0.57% 0.22% -
HSV(B) 64.76º 0.72% 0.34% -
XYZ 7.05 8.68 2.17 -
YUV 78.32 97.34 130.62 -
System Red Green Blue C M Y K H S L
Decimal 82 87 24 0.06 0 0.72 0.66 64.76 0.57 0.22
Hex 52 57 18 6 0 48 42 41 39 16
Octal 122 127 30 6 0 110 102 101 71 26
Binary 1010010 1010111 11000 110 0 1001000 1000010 1000001 111001 10110

Color Harmonies of #525718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525718

Black with #525718

Text Example


Text Example

White with #525718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525718; }

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

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

background-color css

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

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

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

border-color css

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

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

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