Html Css Color HEX #464A1C Army green

📋 copy color: '#464A1C'

red 70 ◦ green 74 ◦ blue 28

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

Shades of Army green #464A1C

Tints of Army green #464A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.28%

R = 40.7%
G = 43.02%
B = 16.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#464A1C (or 0x464A1C) is known color: Army green. HEX triplet: 46, 4A and 1C. RGB value is (70,74,28). Sum of RGB (Red+Green+Blue) = 70+74+28=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #464A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A1C is #B9B5E3. Grayscale: #434343. Windows color (decimal): -12170724 or 1854022. OLE color: 1854022.

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

Color convert

RGB 70 74 28 -
CMYK 0.05 0 0.62 0.71
HSL 65.22º 0.45% 0.2% -
HSV(B) 65.22º 0.62% 0.29% -
XYZ 5.18 6.28 2.04 -
YUV 67.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 70 74 28 0.05 0 0.62 0.71 65.22 0.45 0.2
Hex 46 4A 1C 5 0 3E 47 41 2D 14
Octal 106 112 34 5 0 76 107 101 55 24
Binary 1000110 1001010 11100 101 0 111110 1000111 1000001 101101 10100

Color Harmonies of #464A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A1C

Black with #464A1C

Text Example


Text Example

White with #464A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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