#454825

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

Shades of Army green #454825

Tints of Army green #454825

Color information

#454825 (or 0x454825) is unknown color: approx Army green. HEX triplet: 45, 48 and 25. RGB value is (69,72,37). Sum of RGB (Red+Green+Blue) = 69+72+37=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #454825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454825 is #BAB7DA. Grayscale: #434343. Windows color (decimal): -12236763 or 2443333. OLE color: 2443333.

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

Color convert

RGB697237-
CMYK0.0400.490.72
HSL65.14º32.11%21.37%-
HSV(B)65.14º48.61%28.24%-
XYZ5.116.032.65-
YUV67.11111.01129.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.76%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=38.76%
G=40.45%
B=20.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6972370.0400.490.7265.1432.1121.37
Hex454825403148412015
Octal1051104540611101014025
Binary1000101100100010010110001100011001000100000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454825; }

 p { color: rgb(69,72,37); }

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

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

 a { background-color: rgb(69,72,37); }

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

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

 span { border-color: rgb(69,72,37); }

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