Html Css Color HEX #52511D Army green

📋 copy color: '#52511D'

red 82 ◦ green 81 ◦ blue 29

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

Shades of Army green #52511D

Tints of Army green #52511D

RGB

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

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

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

R = 42.71%
G = 42.19%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52511D (or 0x52511D) is known color: Army green. HEX triplet: 52, 51 and 1D. RGB value is (82,81,29). Sum of RGB (Red+Green+Blue) = 82+81+29=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #52511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52511D is #ADAEE2. Grayscale: #4B4B4B. Windows color (decimal): -11382499 or 1921362. OLE color: 1921362.

HSL color Cylindrical-coordinate representation of color #52511D: hue angle of 58.87º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52511D is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 81 29 -
CMYK 0 0.01 0.65 0.68
HSL 58.87º 0.48% 0.22% -
HSV(B) 58.87º 0.65% 0.32% -
XYZ 6.64 7.77 2.31 -
YUV 75.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 82 81 29 0 0.01 0.65 0.68 58.87 0.48 0.22
Hex 52 51 1D 0 1 41 44 3B 30 16
Octal 122 121 35 0 1 101 104 73 60 26
Binary 1010010 1010001 11101 0 1 1000001 1000100 111011 110000 10110

Color Harmonies of #52511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52511D

Black with #52511D

Text Example


Text Example

White with #52511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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