#454518

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

Shades of Army green #454518

Tints of Army green #454518

Color information

#454518 (or 0x454518) is unknown color: approx Army green. HEX triplet: 45, 45 and 18. RGB value is (69,69,24). Sum of RGB (Red+Green+Blue) = 69+69+24=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454518 is #BABAE7. Grayscale: #404040. Windows color (decimal): -12237544 or 1590597. OLE color: 1590597.

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

Color convert

RGB696924-
CMYK000.650.73
HSL60º48.39%18.24%-
HSV(B)60º65.22%27.06%-
XYZ4.755.591.69-
YUV63.87105.5131.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=42.59%
G=42.59%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal696924000.650.736048.3918.24
Hex4545180041493c3012
Octal1051053000101111746022
Binary1000101100010111000001000001100100111110011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454518; }

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

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

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

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

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

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

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

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