Html Css Color HEX #52511A Army green

📋 copy color: '#52511A'

red 82 ◦ green 81 ◦ blue 26

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

Shades of Army green #52511A

Tints of Army green #52511A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 43.39%
G = 42.86%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52511A (or 0x52511A) is known color: Army green. HEX triplet: 52, 51 and 1A. RGB value is (82,81,26). Sum of RGB (Red+Green+Blue) = 82+81+26=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #52511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52511A is #ADAEE5. Grayscale: #4B4B4B. Windows color (decimal): -11382502 or 1724754. OLE color: 1724754.

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

Color convert

RGB 82 81 26 -
CMYK 0 0.01 0.68 0.68
HSL 58.93º 0.52% 0.21% -
HSV(B) 58.93º 0.68% 0.32% -
XYZ 6.61 7.75 2.13 -
YUV 75.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 82 81 26 0 0.01 0.68 0.68 58.93 0.52 0.21
Hex 52 51 1A 0 1 44 44 3B 34 15
Octal 122 121 32 0 1 104 104 73 64 25
Binary 1010010 1010001 11010 0 1 1000100 1000100 111011 110100 10101

Color Harmonies of #52511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52511A

Black with #52511A

Text Example


Text Example

White with #52511A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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