Html Css Color HEX #52571D Army green

📋 copy color: '#52571D'

red 82 ◦ green 87 ◦ blue 29

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

Shades of Army green #52571D

Tints of Army green #52571D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.65%

R = 41.41%
G = 43.94%
B = 14.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#52571D (or 0x52571D) is known color: Army green. HEX triplet: 52, 57 and 1D. RGB value is (82,87,29). Sum of RGB (Red+Green+Blue) = 82+87+29=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 87 - color contains mainly: green. Hex color #52571D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52571D is #ADA8E2. Grayscale: #4F4F4F. Windows color (decimal): -11380963 or 1922898. OLE color: 1922898.

HSL color Cylindrical-coordinate representation of color #52571D: hue angle of 65.17º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52571D is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 87 29 -
CMYK 0.06 0 0.67 0.66
HSL 65.17º 0.5% 0.23% -
HSV(B) 65.17º 0.67% 0.34% -
XYZ 7.11 8.7 2.47 -
YUV 78.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 82 87 29 0.06 0 0.67 0.66 65.17 0.5 0.23
Hex 52 57 1D 6 0 43 42 41 32 17
Octal 122 127 35 6 0 103 102 101 62 27
Binary 1010010 1010111 11101 110 0 1000011 1000010 1000001 110010 10111

Color Harmonies of #52571D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52571D

Black with #52571D

Text Example


Text Example

White with #52571D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52571D; }

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

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

background-color css

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

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

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

border-color css

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

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

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