#464823

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

Shades of Army green #464823

Tints of Army green #464823

Color information

#464823 (or 0x464823) is unknown color: approx Army green. HEX triplet: 46, 48 and 23. RGB value is (70,72,35). Sum of RGB (Red+Green+Blue) = 70+72+35=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #464823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464823 is #B9B7DC. Grayscale: #434343. Windows color (decimal): -12171229 or 2312262. OLE color: 2312262.

HSL color Cylindrical-coordinate representation of color #464823: hue angle of 63.24º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #464823 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB707235-
CMYK0.0300.510.72
HSL63.24º34.58%20.98%-
HSV(B)63.24º51.39%28.24%-
XYZ5.156.062.49-
YUV67.18109.84130.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 35 (14.06% from 255) = 19.77%
R=39.55%
G=40.68%
B=19.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072350.0300.510.7263.2434.5820.98
Hex4648233033483f2315
Octal106110433063110774325
Binary10001101001000100011110110011100100011111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464823; }

 p { color: rgb(70,72,35); }

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

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

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

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

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

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

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