Html Css Color HEX #464719 Army green

📋 copy color: '#464719'

red 70 ◦ green 71 ◦ blue 25

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

Shades of Army green #464719

Tints of Army green #464719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.77%

 BLUE value IS 25 (10.16% from 255) = 15.06%

R = 42.17%
G = 42.77%
B = 15.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#464719 (or 0x464719) is known color: Army green. HEX triplet: 46, 47 and 19. RGB value is (70,71,25). Sum of RGB (Red+Green+Blue) = 70+71+25=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 71 - color contains mainly: green. Hex color #464719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464719 is #B9B8E6. Grayscale: #414141. Windows color (decimal): -12171495 or 1656646. OLE color: 1656646.

HSL color Cylindrical-coordinate representation of color #464719: hue angle of 61.3º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #464719 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 71 25 -
CMYK 0.01 0 0.65 0.72
HSL 61.3º 0.48% 0.19% -
HSV(B) 61.3º 0.65% 0.28% -
XYZ 4.95 5.88 1.79 -
YUV 65.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 70 71 25 0.01 0 0.65 0.72 61.3 0.48 0.19
Hex 46 47 19 1 0 41 48 3D 30 13
Octal 106 107 31 1 0 101 110 75 60 23
Binary 1000110 1000111 11001 1 0 1000001 1001000 111101 110000 10011

Color Harmonies of #464719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464719

Black with #464719

Text Example


Text Example

White with #464719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464719; }

 p { color: rgb(70,71,25); }

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

background-color css

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

 a { background-color: rgb(70,71,25); }

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

border-color css

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

 span { border-color: rgb(70,71,25); }

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