Html Css Color HEX #52631E Army green

📋 copy color: '#52631E'

red 82 ◦ green 99 ◦ blue 30

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

Shades of Army green #52631E

Tints of Army green #52631E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.92%

 BLUE value IS 30 (12.11% from 255) = 14.22%

R = 38.86%
G = 46.92%
B = 14.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#52631E (or 0x52631E) is known color: Army green. HEX triplet: 52, 63 and 1E. RGB value is (82,99,30). Sum of RGB (Red+Green+Blue) = 82+99+30=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #52631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52631E is #AD9CE1. Grayscale: #565656. Windows color (decimal): -11377890 or 1991506. OLE color: 1991506.

HSL color Cylindrical-coordinate representation of color #52631E: hue angle of 74.78º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52631E is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 30 -
CMYK 0.17 0 0.70 0.61
HSL 74.78º 0.53% 0.25% -
HSV(B) 74.78º 0.7% 0.39% -
XYZ 8.18 10.81 2.88 -
YUV 86.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 82 99 30 0.17 0 0.70 0.61 74.78 0.53 0.25
Hex 52 63 1E 11 0 46 3D 4B 35 19
Octal 122 143 36 21 0 106 75 113 65 31
Binary 1010010 1100011 11110 10001 0 1000110 111101 1001011 110101 11001

Color Harmonies of #52631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52631E

Black with #52631E

Text Example


Text Example

White with #52631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52631E; }

 p { color: rgb(82,99,30); }

 H1.HeaderClassName
 {
   color: #52631E;
 }
 .AnyTagClassName
 {
   color: #52631E;
 }
</style>

background-color css

<style>
 a { background-color: #52631E; }

 a { background-color: rgb(82,99,30); }

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

border-color css

<style>
 span { border-color: #52631E; }

 span { border-color: rgb(82,99,30); }

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