#454920

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

Shades of Army green #454920

Tints of Army green #454920

Color information

#454920 (or 0x454920) is unknown color: approx Army green. HEX triplet: 45, 49 and 20. RGB value is (69,73,32). Sum of RGB (Red+Green+Blue) = 69+73+32=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #454920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454920 is #BAB6DF. Grayscale: #434343. Windows color (decimal): -12236512 or 2115909. OLE color: 2115909.

HSL color Cylindrical-coordinate representation of color #454920: hue angle of 65.85º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #454920 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB697332-
CMYK0.0500.560.71
HSL65.85º39.05%20.59%-
HSV(B)65.85º56.16%28.63%-
XYZ5.16.132.28-
YUV67.13108.17129.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=39.66%
G=41.95%
B=18.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973320.0500.560.7165.8539.0520.59
Hex454920503847422715
Octal1051114050701071024725
Binary1000101100100110000010101110001000111100001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454920; }

 p { color: rgb(69,73,32); }

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

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

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

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

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

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

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