Html Css Color HEX #454A20 Army green

📋 copy color: '#454A20'

red 69 ◦ green 74 ◦ blue 32

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

Shades of Army green #454A20

Tints of Army green #454A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.29%

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

R = 39.43%
G = 42.29%
B = 18.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#454A20 (or 0x454A20) is known color: Army green. HEX triplet: 45, 4A and 20. RGB value is (69,74,32). Sum of RGB (Red+Green+Blue) = 69+74+32=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #454A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A20 is #BAB5DF. Grayscale: #434343. Windows color (decimal): -12236256 or 2116165. OLE color: 2116165.

HSL color Cylindrical-coordinate representation of color #454A20: hue angle of 67.14º 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 #454A20 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 74 32 -
CMYK 0.07 0 0.57 0.71
HSL 67.14º 0.4% 0.21% -
HSV(B) 67.14º 0.57% 0.29% -
XYZ 5.16 6.27 2.3 -
YUV 67.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 69 74 32 0.07 0 0.57 0.71 67.14 0.4 0.21
Hex 45 4A 20 7 0 39 47 43 28 15
Octal 105 112 40 7 0 71 107 103 50 25
Binary 1000101 1001010 100000 111 0 111001 1000111 1000011 101000 10101

Color Harmonies of #454A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454A20

Black with #454A20

Text Example


Text Example

White with #454A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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