#454B20

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

Shades of Army green #454B20

Tints of Army green #454B20

Color information

#454B20 (or 0x454B20) is unknown color: approx Army green. HEX triplet: 45, 4B and 20. RGB value is (69,75,32). Sum of RGB (Red+Green+Blue) = 69+75+32=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #454B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B20 is #BAB4DF. Grayscale: #444444. Windows color (decimal): -12236000 or 2116421. OLE color: 2116421.

HSL color Cylindrical-coordinate representation of color #454B20: hue angle of 68.37º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #454B20 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB697532-
CMYK0.0800.570.71
HSL68.37º40.19%20.98%-
HSV(B)68.37º57.33%29.41%-
XYZ5.236.42.33-
YUV68.3107.51128.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 32 (12.89% from 255) = 18.18%
R=39.20%
G=42.61%
B=18.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6975320.0800.570.7168.3740.1920.98
Hex454B20803947442815
Octal10511340100711071045025
Binary10001011001011100000100001110011000111100010010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454B20; }

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

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

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

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

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

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

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

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