Html Css Color HEX #454C20 Army green

📋 copy color: '#454C20'

red 69 ◦ green 76 ◦ blue 32

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

Shades of Army green #454C20

Tints of Army green #454C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.94%

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

R = 38.98%
G = 42.94%
B = 18.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#454C20 (or 0x454C20) is known color: Army green. HEX triplet: 45, 4C and 20. RGB value is (69,76,32). Sum of RGB (Red+Green+Blue) = 69+76+32=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 76 - color contains mainly: green. Hex color #454C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C20 is #BAB3DF. Grayscale: #454545. Windows color (decimal): -12235744 or 2116677. OLE color: 2116677.

HSL color Cylindrical-coordinate representation of color #454C20: hue angle of 69.55º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #454C20 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 76 32 -
CMYK 0.09 0 0.58 0.70
HSL 69.55º 0.41% 0.21% -
HSV(B) 69.55º 0.58% 0.3% -
XYZ 5.3 6.54 2.35 -
YUV 68.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 69 76 32 0.09 0 0.58 0.70 69.55 0.41 0.21
Hex 45 4C 20 9 0 3A 46 46 29 15
Octal 105 114 40 11 0 72 106 106 51 25
Binary 1000101 1001100 100000 1001 0 111010 1000110 1000110 101001 10101

Color Harmonies of #454C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C20

Black with #454C20

Text Example


Text Example

White with #454C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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