Html Css Color HEX #464A1F Army green

📋 copy color: '#464A1F'

red 70 ◦ green 74 ◦ blue 31

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

Shades of Army green #464A1F

Tints of Army green #464A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.29%

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 40%
G = 42.29%
B = 17.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#464A1F (or 0x464A1F) is known color: Army green. HEX triplet: 46, 4A and 1F. RGB value is (70,74,31). Sum of RGB (Red+Green+Blue) = 70+74+31=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #464A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A1F is #B9B5E0. Grayscale: #444444. Windows color (decimal): -12170721 or 2050630. OLE color: 2050630.

HSL color Cylindrical-coordinate representation of color #464A1F: hue angle of 65.58º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #464A1F is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 74 31 -
CMYK 0.05 0 0.58 0.71
HSL 65.58º 0.41% 0.21% -
HSV(B) 65.58º 0.58% 0.29% -
XYZ 5.22 6.3 2.24 -
YUV 67.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 70 74 31 0.05 0 0.58 0.71 65.58 0.41 0.21
Hex 46 4A 1F 5 0 3A 47 42 29 15
Octal 106 112 37 5 0 72 107 102 51 25
Binary 1000110 1001010 11111 101 0 111010 1000111 1000010 101001 10101

Color Harmonies of #464A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A1F

Black with #464A1F

Text Example


Text Example

White with #464A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,74,31); }

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

background-color css

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

 a { background-color: rgb(70,74,31); }

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

border-color css

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

 span { border-color: rgb(70,74,31); }

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