Html Css Color HEX #525011 Army green

📋 copy color: '#525011'

red 82 ◦ green 80 ◦ blue 17

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

Shades of Army green #525011

Tints of Army green #525011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.69%

 BLUE value IS 17 (7.03% from 255) = 9.5%

R = 45.81%
G = 44.69%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#525011 (or 0x525011) is known color: Army green. HEX triplet: 52, 50 and 11. RGB value is (82,80,17). Sum of RGB (Red+Green+Blue) = 82+80+17=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #525011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525011 is #ADAFEE. Grayscale: #494949. Windows color (decimal): -11382767 or 1134674. OLE color: 1134674.

HSL color Cylindrical-coordinate representation of color #525011: hue angle of 58.15º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #525011 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 80 17 -
CMYK 0 0.02 0.79 0.68
HSL 58.15º 0.66% 0.19% -
HSV(B) 58.15º 0.79% 0.32% -
XYZ 6.45 7.57 1.65 -
YUV 73.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 82 80 17 0 0.02 0.79 0.68 58.15 0.66 0.19
Hex 52 50 11 0 2 4F 44 3A 42 13
Octal 122 120 21 0 2 117 104 72 102 23
Binary 1010010 1010000 10001 0 10 1001111 1000100 111010 1000010 10011

Color Harmonies of #525011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525011

Black with #525011

Text Example


Text Example

White with #525011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525011; }

 p { color: rgb(82,80,17); }

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

background-color css

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

 a { background-color: rgb(82,80,17); }

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

border-color css

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

 span { border-color: rgb(82,80,17); }

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