Html Css Color HEX #464D1F Army green

📋 copy color: '#464D1F'

red 70 ◦ green 77 ◦ blue 31

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

Shades of Army green #464D1F

Tints of Army green #464D1F

RGB

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

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

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

R = 39.33%
G = 43.26%
B = 17.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#464D1F (or 0x464D1F) is known color: Army green. HEX triplet: 46, 4D and 1F. RGB value is (70,77,31). Sum of RGB (Red+Green+Blue) = 70+77+31=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #464D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D1F is #B9B2E0. Grayscale: #454545. Windows color (decimal): -12169953 or 2051398. OLE color: 2051398.

HSL color Cylindrical-coordinate representation of color #464D1F: hue angle of 69.13º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #464D1F is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 77 31 -
CMYK 0.09 0 0.60 0.70
HSL 69.13º 0.43% 0.21% -
HSV(B) 69.13º 0.6% 0.3% -
XYZ 5.43 6.71 2.31 -
YUV 69.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 70 77 31 0.09 0 0.60 0.70 69.13 0.43 0.21
Hex 46 4D 1F 9 0 3C 46 45 2B 15
Octal 106 115 37 11 0 74 106 105 53 25
Binary 1000110 1001101 11111 1001 0 111100 1000110 1000101 101011 10101

Color Harmonies of #464D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D1F

Black with #464D1F

Text Example


Text Example

White with #464D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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