Html Css Color HEX #525115 Army green

📋 copy color: '#525115'

red 82 ◦ green 81 ◦ blue 21

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

Shades of Army green #525115

Tints of Army green #525115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 44.57%
G = 44.02%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#525115 (or 0x525115) is known color: Army green. HEX triplet: 52, 51 and 15. RGB value is (82,81,21). Sum of RGB (Red+Green+Blue) = 82+81+21=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #525115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525115 is #ADAEEA. Grayscale: #4A4A4A. Windows color (decimal): -11382507 or 1397074. OLE color: 1397074.

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

Color convert

RGB 82 81 21 -
CMYK 0 0.01 0.74 0.68
HSL 59.02º 0.59% 0.2% -
HSV(B) 59.02º 0.74% 0.32% -
XYZ 6.56 7.73 1.86 -
YUV 74.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 82 81 21 0 0.01 0.74 0.68 59.02 0.59 0.2
Hex 52 51 15 0 1 4A 44 3B 3B 14
Octal 122 121 25 0 1 112 104 73 73 24
Binary 1010010 1010001 10101 0 1 1001010 1000100 111011 111011 10100

Color Harmonies of #525115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525115

Black with #525115

Text Example


Text Example

White with #525115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525115; }

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

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

background-color css

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

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

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

border-color css

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

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

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