Html Css Color HEX #454720 Army green

📋 copy color: '#454720'

red 69 ◦ green 71 ◦ blue 32

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

Shades of Army green #454720

Tints of Army green #454720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.28%

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

R = 40.12%
G = 41.28%
B = 18.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#454720 (or 0x454720) is known color: Army green. HEX triplet: 45, 47 and 20. RGB value is (69,71,32). Sum of RGB (Red+Green+Blue) = 69+71+32=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #454720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454720 is #BAB8DF. Grayscale: #424242. Windows color (decimal): -12237024 or 2115397. OLE color: 2115397.

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

Color convert

RGB 69 71 32 -
CMYK 0.03 0 0.55 0.72
HSL 63.08º 0.38% 0.2% -
HSV(B) 63.08º 0.55% 0.28% -
XYZ 4.97 5.88 2.24 -
YUV 65.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 69 71 32 0.03 0 0.55 0.72 63.08 0.38 0.2
Hex 45 47 20 3 0 37 48 3F 26 14
Octal 105 107 40 3 0 67 110 77 46 24
Binary 1000101 1000111 100000 11 0 110111 1001000 111111 100110 10100

Color Harmonies of #454720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454720

Black with #454720

Text Example


Text Example

White with #454720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454720; }

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

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

background-color css

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

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

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

border-color css

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

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

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