Html Css Color HEX #52511F Army green

📋 copy color: '#52511F'

red 82 ◦ green 81 ◦ blue 31

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

Shades of Army green #52511F

Tints of Army green #52511F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.98%

R = 42.27%
G = 41.75%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52511F (or 0x52511F) is known color: Army green. HEX triplet: 52, 51 and 1F. RGB value is (82,81,31). Sum of RGB (Red+Green+Blue) = 82+81+31=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #52511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52511F is #ADAEE0. Grayscale: #4B4B4B. Windows color (decimal): -11382497 or 2052434. OLE color: 2052434.

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

Color convert

RGB 82 81 31 -
CMYK 0 0.01 0.62 0.68
HSL 58.82º 0.45% 0.22% -
HSV(B) 58.82º 0.62% 0.32% -
XYZ 6.67 7.78 2.45 -
YUV 75.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 82 81 31 0 0.01 0.62 0.68 58.82 0.45 0.22
Hex 52 51 1F 0 1 3E 44 3B 2D 16
Octal 122 121 37 0 1 76 104 73 55 26
Binary 1010010 1010001 11111 0 1 111110 1000100 111011 101101 10110

Color Harmonies of #52511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52511F

Black with #52511F

Text Example


Text Example

White with #52511F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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