#454519

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

Shades of Army green #454519

Tints of Army green #454519

Color information

#454519 (or 0x454519) is unknown color: approx Army green. HEX triplet: 45, 45 and 19. RGB value is (69,69,25). Sum of RGB (Red+Green+Blue) = 69+69+25=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454519 is #BABAE6. Grayscale: #404040. Windows color (decimal): -12237543 or 1656133. OLE color: 1656133.

HSL color Cylindrical-coordinate representation of color #454519: hue angle of 60º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #454519 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB696925-
CMYK000.640.73
HSL60º46.81%18.43%-
HSV(B)60º63.77%27.06%-
XYZ4.765.591.75-
YUV63.98106131.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 25 (10.16% from 255) = 15.34%
R=42.33%
G=42.33%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal696925000.640.736046.8118.43
Hex4545190040493c2f12
Octal1051053100100111745722
Binary1000101100010111001001000000100100111110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454519; }

 p { color: rgb(69,69,25); }

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

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

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

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

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

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

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