Html Css Color HEX #525116 Army green

📋 copy color: '#525116'

red 82 ◦ green 81 ◦ blue 22

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

Shades of Army green #525116

Tints of Army green #525116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.78%

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 44.32%
G = 43.78%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#525116 (or 0x525116) is known color: Army green. HEX triplet: 52, 51 and 16. RGB value is (82,81,22). Sum of RGB (Red+Green+Blue) = 82+81+22=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #525116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525116 is #ADAEE9. Grayscale: #4A4A4A. Windows color (decimal): -11382506 or 1462610. OLE color: 1462610.

HSL color Cylindrical-coordinate representation of color #525116: hue angle of 59º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #525116 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 81 22 -
CMYK 0 0.01 0.73 0.68
HSL 59º 0.58% 0.2% -
HSV(B) 59º 0.73% 0.32% -
XYZ 6.57 7.74 1.91 -
YUV 74.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 82 81 22 0 0.01 0.73 0.68 59 0.58 0.2
Hex 52 51 16 0 1 49 44 3B 3A 14
Octal 122 121 26 0 1 111 104 73 72 24
Binary 1010010 1010001 10110 0 1 1001001 1000100 111011 111010 10100

Color Harmonies of #525116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525116

Black with #525116

Text Example


Text Example

White with #525116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525116; }

 p { color: rgb(82,81,22); }

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

background-color css

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

 a { background-color: rgb(82,81,22); }

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

border-color css

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

 span { border-color: rgb(82,81,22); }

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