Html Css Color HEX #464820 Army green

📋 copy color: '#464820'

red 70 ◦ green 72 ◦ blue 32

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

Shades of Army green #464820

Tints of Army green #464820

RGB

 RED value IS 70 (27.73% from 255) = 40.23%

 GREEN value IS 72 (28.52% from 255) = 41.38%

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 40.23%
G = 41.38%
B = 18.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#464820 (or 0x464820) is known color: Army green. HEX triplet: 46, 48 and 20. RGB value is (70,72,32). Sum of RGB (Red+Green+Blue) = 70+72+32=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #464820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464820 is #B9B7DF. Grayscale: #434343. Windows color (decimal): -12171232 or 2115654. OLE color: 2115654.

HSL color Cylindrical-coordinate representation of color #464820: hue angle of 63º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #464820 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 72 32 -
CMYK 0.03 0 0.56 0.72
HSL 63º 0.38% 0.2% -
HSV(B) 63º 0.56% 0.28% -
XYZ 5.1 6.04 2.26 -
YUV 66.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 70 72 32 0.03 0 0.56 0.72 63 0.38 0.2
Hex 46 48 20 3 0 38 48 3F 26 14
Octal 106 110 40 3 0 70 110 77 46 24
Binary 1000110 1001000 100000 11 0 111000 1001000 111111 100110 10100

Color Harmonies of #464820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464820

Black with #464820

Text Example


Text Example

White with #464820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464820; }

 p { color: rgb(70,72,32); }

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

background-color css

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

 a { background-color: rgb(70,72,32); }

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

border-color css

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

 span { border-color: rgb(70,72,32); }

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