Html Css Color HEX #464518 Army green

📋 copy color: '#464518'

red 70 ◦ green 69 ◦ blue 24

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

Shades of Army green #464518

Tints of Army green #464518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.72%

R = 42.94%
G = 42.33%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#464518 (or 0x464518) is known color: Army green. HEX triplet: 46, 45 and 18. RGB value is (70,69,24). Sum of RGB (Red+Green+Blue) = 70+69+24=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #464518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464518 is #B9BAE7. Grayscale: #404040. Windows color (decimal): -12172008 or 1590598. OLE color: 1590598.

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

Color convert

RGB 70 69 24 -
CMYK 0 0.01 0.66 0.73
HSL 58.7º 0.49% 0.18% -
HSV(B) 58.7º 0.66% 0.27% -
XYZ 4.82 5.62 1.7 -
YUV 64.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 70 69 24 0 0.01 0.66 0.73 58.7 0.49 0.18
Hex 46 45 18 0 1 42 49 3B 31 12
Octal 106 105 30 0 1 102 111 73 61 22
Binary 1000110 1000101 11000 0 1 1000010 1001001 111011 110001 10010

Color Harmonies of #464518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464518

Black with #464518

Text Example


Text Example

White with #464518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464518; }

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

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

background-color css

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

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

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

border-color css

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

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

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