Html Css Color HEX #525816 Army green

📋 copy color: '#525816'

red 82 ◦ green 88 ◦ blue 22

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

Shades of Army green #525816

Tints of Army green #525816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.83%

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

R = 42.71%
G = 45.83%
B = 11.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#525816 (or 0x525816) is known color: Army green. HEX triplet: 52, 58 and 16. RGB value is (82,88,22). Sum of RGB (Red+Green+Blue) = 82+88+22=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #525816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525816 is #ADA7E9. Grayscale: #4E4E4E. Windows color (decimal): -11380714 or 1464402. OLE color: 1464402.

HSL color Cylindrical-coordinate representation of color #525816: hue angle of 65.45º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #525816 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 22 -
CMYK 0.07 0 0.75 0.65
HSL 65.45º 0.6% 0.22% -
HSV(B) 65.45º 0.75% 0.35% -
XYZ 7.11 8.83 2.09 -
YUV 78.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 82 88 22 0.07 0 0.75 0.65 65.45 0.6 0.22
Hex 52 58 16 7 0 4B 41 41 3C 16
Octal 122 130 26 7 0 113 101 101 74 26
Binary 1010010 1011000 10110 111 0 1001011 1000001 1000001 111100 10110

Color Harmonies of #525816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525816

Black with #525816

Text Example


Text Example

White with #525816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525816; }

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

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

background-color css

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

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

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

border-color css

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

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

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