Html Css Color HEX #464D21 Army green

📋 copy color: '#464D21'

red 70 ◦ green 77 ◦ blue 33

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

Shades of Army green #464D21

Tints of Army green #464D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.78%

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

R = 38.89%
G = 42.78%
B = 18.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#464D21 (or 0x464D21) is known color: Army green. HEX triplet: 46, 4D and 21. RGB value is (70,77,33). Sum of RGB (Red+Green+Blue) = 70+77+33=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 77 - color contains mainly: green. Hex color #464D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D21 is #B9B2DE. Grayscale: #464646. Windows color (decimal): -12169951 or 2182470. OLE color: 2182470.

HSL color Cylindrical-coordinate representation of color #464D21: hue angle of 69.55º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464D21 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 77 33 -
CMYK 0.09 0 0.57 0.70
HSL 69.55º 0.4% 0.22% -
HSV(B) 69.55º 0.57% 0.3% -
XYZ 5.45 6.72 2.45 -
YUV 69.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 70 77 33 0.09 0 0.57 0.70 69.55 0.4 0.22
Hex 46 4D 21 9 0 39 46 46 28 16
Octal 106 115 41 11 0 71 106 106 50 26
Binary 1000110 1001101 100001 1001 0 111001 1000110 1000110 101000 10110

Color Harmonies of #464D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D21

Black with #464D21

Text Example


Text Example

White with #464D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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