Html Css Color HEX #46461F Army green

📋 copy color: '#46461F'

red 70 ◦ green 70 ◦ blue 31

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

Shades of Army green #46461F

Tints of Army green #46461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.94%

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

R = 40.94%
G = 40.94%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46461F (or 0x46461F) is known color: Army green. HEX triplet: 46, 46 and 1F. RGB value is (70,70,31). Sum of RGB (Red+Green+Blue) = 70+70+31=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 70 - color contains mainly: red, green. Hex color #46461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46461F is #B9B9E0. Grayscale: #414141. Windows color (decimal): -12171745 or 2049606. OLE color: 2049606.

HSL color Cylindrical-coordinate representation of color #46461F: hue angle of 60º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46461F is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 70 31 -
CMYK 0 0 0.56 0.73
HSL 60º 0.39% 0.2% -
HSV(B) 60º 0.56% 0.27% -
XYZ 4.96 5.78 2.15 -
YUV 65.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 70 70 31 0 0 0.56 0.73 60 0.39 0.2
Hex 46 46 1F 0 0 38 49 3C 27 14
Octal 106 106 37 0 0 70 111 74 47 24
Binary 1000110 1000110 11111 0 0 111000 1001001 111100 100111 10100

Color Harmonies of #46461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46461F

Black with #46461F

Text Example


Text Example

White with #46461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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