Html Css Color HEX #52611B Army green

📋 copy color: '#52611B'

red 82 ◦ green 97 ◦ blue 27

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

Shades of Army green #52611B

Tints of Army green #52611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.09%

 BLUE value IS 27 (10.94% from 255) = 13.11%

R = 39.81%
G = 47.09%
B = 13.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#52611B (or 0x52611B) is known color: Army green. HEX triplet: 52, 61 and 1B. RGB value is (82,97,27). Sum of RGB (Red+Green+Blue) = 82+97+27=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #52611B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52611B is #AD9EE4. Grayscale: #545454. Windows color (decimal): -11378405 or 1794386. OLE color: 1794386.

HSL color Cylindrical-coordinate representation of color #52611B: hue angle of 72.86º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52611B is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 27 -
CMYK 0.15 0 0.72 0.62
HSL 72.86º 0.56% 0.24% -
HSV(B) 72.86º 0.72% 0.38% -
XYZ 7.95 10.42 2.63 -
YUV 84.54 95.53 126.19 -
System Red Green Blue C M Y K H S L
Decimal 82 97 27 0.15 0 0.72 0.62 72.86 0.56 0.24
Hex 52 61 1B F 0 48 3E 49 38 18
Octal 122 141 33 17 0 110 76 111 70 30
Binary 1010010 1100001 11011 1111 0 1001000 111110 1001001 111000 11000

Color Harmonies of #52611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52611B

Black with #52611B

Text Example


Text Example

White with #52611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52611B; }

 p { color: rgb(82,97,27); }

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

background-color css

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

 a { background-color: rgb(82,97,27); }

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

border-color css

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

 span { border-color: rgb(82,97,27); }

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