Html Css Color HEX #525415 Army green

📋 copy color: '#525415'

red 82 ◦ green 84 ◦ blue 21

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

Shades of Army green #525415

Tints of Army green #525415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.92%

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

R = 43.85%
G = 44.92%
B = 11.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#525415 (or 0x525415) is known color: Army green. HEX triplet: 52, 54 and 15. RGB value is (82,84,21). Sum of RGB (Red+Green+Blue) = 82+84+21=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #525415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525415 is #ADABEA. Grayscale: #4C4C4C. Windows color (decimal): -11381739 or 1397842. OLE color: 1397842.

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

Color convert

RGB 82 84 21 -
CMYK 0.02 0 0.75 0.67
HSL 61.9º 0.6% 0.21% -
HSV(B) 61.9º 0.75% 0.33% -
XYZ 6.79 8.19 1.93 -
YUV 76.22 96.84 132.12 -
System Red Green Blue C M Y K H S L
Decimal 82 84 21 0.02 0 0.75 0.67 61.9 0.6 0.21
Hex 52 54 15 2 0 4B 43 3E 3C 15
Octal 122 124 25 2 0 113 103 76 74 25
Binary 1010010 1010100 10101 10 0 1001011 1000011 111110 111100 10101

Color Harmonies of #525415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525415

Black with #525415

Text Example


Text Example

White with #525415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525415; }

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

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

background-color css

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

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

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

border-color css

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

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

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