Html Css Color HEX #464821 Army green

📋 copy color: '#464821'

red 70 ◦ green 72 ◦ blue 33

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

Shades of Army green #464821

Tints of Army green #464821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 40%
G = 41.14%
B = 18.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#464821 (or 0x464821) is known color: Army green. HEX triplet: 46, 48 and 21. RGB value is (70,72,33). Sum of RGB (Red+Green+Blue) = 70+72+33=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #464821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464821 is #B9B7DE. Grayscale: #434343. Windows color (decimal): -12171231 or 2181190. OLE color: 2181190.

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

Color convert

RGB 70 72 33 -
CMYK 0.03 0 0.54 0.72
HSL 63.08º 0.37% 0.21% -
HSV(B) 63.08º 0.54% 0.28% -
XYZ 5.12 6.05 2.34 -
YUV 66.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 70 72 33 0.03 0 0.54 0.72 63.08 0.37 0.21
Hex 46 48 21 3 0 36 48 3F 25 15
Octal 106 110 41 3 0 66 110 77 45 25
Binary 1000110 1001000 100001 11 0 110110 1001000 111111 100101 10101

Color Harmonies of #464821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464821

Black with #464821

Text Example


Text Example

White with #464821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464821; }

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

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

background-color css

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

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

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

border-color css

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

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

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