Html Css Color HEX #464920 Army green

📋 copy color: '#464920'

red 70 ◦ green 73 ◦ blue 32

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

Shades of Army green #464920

Tints of Army green #464920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

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

R = 40%
G = 41.71%
B = 18.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#464920 (or 0x464920) is known color: Army green. HEX triplet: 46, 49 and 20. RGB value is (70,73,32). Sum of RGB (Red+Green+Blue) = 70+73+32=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #464920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464920 is #B9B6DF. Grayscale: #434343. Windows color (decimal): -12170976 or 2115910. OLE color: 2115910.

HSL color Cylindrical-coordinate representation of color #464920: hue angle of 64.39º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #464920 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 73 32 -
CMYK 0.04 0 0.56 0.71
HSL 64.39º 0.39% 0.21% -
HSV(B) 64.39º 0.56% 0.29% -
XYZ 5.17 6.17 2.29 -
YUV 67.43 108.01 129.83 -
System Red Green Blue C M Y K H S L
Decimal 70 73 32 0.04 0 0.56 0.71 64.39 0.39 0.21
Hex 46 49 20 4 0 38 47 40 27 15
Octal 106 111 40 4 0 70 107 100 47 25
Binary 1000110 1001001 100000 100 0 111000 1000111 1000000 100111 10101

Color Harmonies of #464920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464920

Black with #464920

Text Example


Text Example

White with #464920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464920; }

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

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

background-color css

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

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

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

border-color css

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

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

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