#454722

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

Shades of Army green #454722

Tints of Army green #454722

Color information

#454722 (or 0x454722) is unknown color: approx Army green. HEX triplet: 45, 47 and 22. RGB value is (69,71,34). Sum of RGB (Red+Green+Blue) = 69+71+34=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #454722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454722 is #BAB8DD. Grayscale: #424242. Windows color (decimal): -12237022 or 2246469. OLE color: 2246469.

HSL color Cylindrical-coordinate representation of color #454722: 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.52%. Process color model (Four color, CMYK) of #454722 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB697134-
CMYK0.0300.520.72
HSL63.24º35.24%20.59%-
HSV(B)63.24º52.11%27.84%-
XYZ55.892.39-
YUV66.18109.84130.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 71 (28.12% from 255) = 40.80%
BLUE value IS 34 (13.67% from 255) = 19.54%
R=39.66%
G=40.80%
B=19.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971340.0300.520.7263.2435.2420.59
Hex4547223034483f2315
Octal105107423064110774325
Binary10001011000111100010110110100100100011111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454722; }

 p { color: rgb(69,71,34); }

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

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

 a { background-color: rgb(69,71,34); }

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

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

 span { border-color: rgb(69,71,34); }

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