Html Css Color HEX #454820 Army green

📋 copy color: '#454820'

red 69 ◦ green 72 ◦ blue 32

#454820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #454820

Tints of Army green #454820

RGB

 RED value IS 69 (27.34% from 255) = 39.88%

 GREEN value IS 72 (28.52% from 255) = 41.62%

 BLUE value IS 32 (12.89% from 255) = 18.5%

R = 39.88%
G = 41.62%
B = 18.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#454820 (or 0x454820) is known color: Army green. HEX triplet: 45, 48 and 20. RGB value is (69,72,32). Sum of RGB (Red+Green+Blue) = 69+72+32=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #454820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454820 is #BAB7DF. Grayscale: #424242. Windows color (decimal): -12236768 or 2115653. OLE color: 2115653.

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

Color convert

RGB 69 72 32 -
CMYK 0.04 0 0.56 0.72
HSL 64.5º 0.38% 0.2% -
HSV(B) 64.5º 0.56% 0.28% -
XYZ 5.03 6 2.26 -
YUV 66.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 69 72 32 0.04 0 0.56 0.72 64.5 0.38 0.2
Hex 45 48 20 4 0 38 48 40 26 14
Octal 105 110 40 4 0 70 110 100 46 24
Binary 1000101 1001000 100000 100 0 111000 1001000 1000000 100110 10100

Color Harmonies of #454820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454820

Black with #454820

Text Example


Text Example

White with #454820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454820; }

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

 H1.HeaderClassName
 {
   color: #454820;
 }
 .AnyTagClassName
 {
   color: #454820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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