Html Css Color HEX #525518 Army green

📋 copy color: '#525518'

red 82 ◦ green 85 ◦ blue 24

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

Shades of Army green #525518

Tints of Army green #525518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

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

R = 42.93%
G = 44.5%
B = 12.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#525518 (or 0x525518) is known color: Army green. HEX triplet: 52, 55 and 18. RGB value is (82,85,24). Sum of RGB (Red+Green+Blue) = 82+85+24=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #525518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525518 is #ADAAE7. Grayscale: #4D4D4D. Windows color (decimal): -11381480 or 1594706. OLE color: 1594706.

HSL color Cylindrical-coordinate representation of color #525518: hue angle of 62.95º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #525518 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 24 -
CMYK 0.04 0 0.72 0.67
HSL 62.95º 0.56% 0.21% -
HSV(B) 62.95º 0.72% 0.33% -
XYZ 6.89 8.36 2.11 -
YUV 77.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 82 85 24 0.04 0 0.72 0.67 62.95 0.56 0.21
Hex 52 55 18 4 0 48 43 3F 38 15
Octal 122 125 30 4 0 110 103 77 70 25
Binary 1010010 1010101 11000 100 0 1001000 1000011 111111 111000 10101

Color Harmonies of #525518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525518

Black with #525518

Text Example


Text Example

White with #525518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525518; }

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

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

background-color css

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

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

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

border-color css

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

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

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