#464B1D

Color #464B1D Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #464B1D

Tints of Army green #464B1D

Color information

#464B1D (or 0x464B1D) is unknown color: approx Army green. HEX triplet: 46, 4B and 1D. RGB value is (70,75,29). Sum of RGB (Red+Green+Blue) = 70+75+29=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #464B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B1D is #B9B4E2. Grayscale: #444444. Windows color (decimal): -12170467 or 1919814. OLE color: 1919814.

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

Color convert

RGB707529-
CMYK0.0700.610.71
HSL66.52º44.23%20.39%-
HSV(B)66.52º61.33%29.41%-
XYZ5.266.422.12-
YUV68.26105.84129.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 75 (29.69% from 255) = 43.10%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=40.23%
G=43.10%
B=16.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7075290.0700.610.7166.5244.2320.39
Hex464B1D703D47432c14
Octal1061133570751071035424
Binary100011010010111110111101111011000111100001110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,75,29); }

 H1.HeaderClassName
 {
   color: #464B1D;
 }
 .AnyTagClassName
 {
   color: #464B1D;
 }
</style>
background-color css

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

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

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

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

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

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