#464B25

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

Shades of Army green #464B25

Tints of Army green #464B25

Color information

#464B25 (or 0x464B25) is unknown color: approx Army green. HEX triplet: 46, 4B and 25. RGB value is (70,75,37). Sum of RGB (Red+Green+Blue) = 70+75+37=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #464B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B25 is #B9B4DA. Grayscale: #454545. Windows color (decimal): -12170459 or 2444102. OLE color: 2444102.

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

Color convert

RGB707537-
CMYK0.0700.510.71
HSL67.89º33.93%21.96%-
HSV(B)67.89º50.67%29.41%-
XYZ5.386.472.72-
YUV69.17109.84128.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=38.46%
G=41.21%
B=20.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7075370.0700.510.7167.8933.9321.96
Hex464B25703347442216
Octal1061134570631071044226
Binary1000110100101110010111101100111000111100010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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