Html Css Color HEX #525715 Army green

📋 copy color: '#525715'

red 82 ◦ green 87 ◦ blue 21

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

Shades of Army green #525715

Tints of Army green #525715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.79%

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

R = 43.16%
G = 45.79%
B = 11.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#525715 (or 0x525715) is known color: Army green. HEX triplet: 52, 57 and 15. RGB value is (82,87,21). Sum of RGB (Red+Green+Blue) = 82+87+21=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #525715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525715 is #ADA8EA. Grayscale: #4E4E4E. Windows color (decimal): -11380971 or 1398610. OLE color: 1398610.

HSL color Cylindrical-coordinate representation of color #525715: hue angle of 64.55º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #525715 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 87 21 -
CMYK 0.06 0 0.76 0.66
HSL 64.55º 0.61% 0.21% -
HSV(B) 64.55º 0.76% 0.34% -
XYZ 7.02 8.66 2.01 -
YUV 77.98 95.84 130.87 -
System Red Green Blue C M Y K H S L
Decimal 82 87 21 0.06 0 0.76 0.66 64.55 0.61 0.21
Hex 52 57 15 6 0 4C 42 41 3D 15
Octal 122 127 25 6 0 114 102 101 75 25
Binary 1010010 1010111 10101 110 0 1001100 1000010 1000001 111101 10101

Color Harmonies of #525715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525715

Black with #525715

Text Example


Text Example

White with #525715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525715; }

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

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

background-color css

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

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

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

border-color css

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

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

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