Html Css Color HEX #464517 Army green

📋 copy color: '#464517'

red 70 ◦ green 69 ◦ blue 23

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

Shades of Army green #464517

Tints of Army green #464517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.59%

 BLUE value IS 23 (9.38% from 255) = 14.2%

R = 43.21%
G = 42.59%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#464517 (or 0x464517) is known color: Army green. HEX triplet: 46, 45 and 17. RGB value is (70,69,23). Sum of RGB (Red+Green+Blue) = 70+69+23=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #464517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464517 is #B9BAE8. Grayscale: #404040. Windows color (decimal): -12172009 or 1525062. OLE color: 1525062.

HSL color Cylindrical-coordinate representation of color #464517: hue angle of 58.72º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #464517 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 69 23 -
CMYK 0 0.01 0.67 0.73
HSL 58.72º 0.51% 0.18% -
HSV(B) 58.72º 0.67% 0.27% -
XYZ 4.81 5.62 1.64 -
YUV 64.06 104.83 132.24 -
System Red Green Blue C M Y K H S L
Decimal 70 69 23 0 0.01 0.67 0.73 58.72 0.51 0.18
Hex 46 45 17 0 1 43 49 3B 33 12
Octal 106 105 27 0 1 103 111 73 63 22
Binary 1000110 1000101 10111 0 1 1000011 1001001 111011 110011 10010

Color Harmonies of #464517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464517

Black with #464517

Text Example


Text Example

White with #464517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464517; }

 p { color: rgb(70,69,23); }

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

background-color css

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

 a { background-color: rgb(70,69,23); }

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

border-color css

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

 span { border-color: rgb(70,69,23); }

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