Html Css Color HEX #454920 Army green

📋 copy color: '#454920'

red 69 ◦ green 73 ◦ blue 32

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

Shades of Army green #454920

Tints of Army green #454920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.95%

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

R = 39.66%
G = 41.95%
B = 18.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#454920 (or 0x454920) is known color: Army green. HEX triplet: 45, 49 and 20. RGB value is (69,73,32). Sum of RGB (Red+Green+Blue) = 69+73+32=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #454920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454920 is #BAB6DF. Grayscale: #434343. Windows color (decimal): -12236512 or 2115909. OLE color: 2115909.

HSL color Cylindrical-coordinate representation of color #454920: hue angle of 65.85º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #454920 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 73 32 -
CMYK 0.05 0 0.56 0.71
HSL 65.85º 0.39% 0.21% -
HSV(B) 65.85º 0.56% 0.29% -
XYZ 5.1 6.13 2.28 -
YUV 67.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 69 73 32 0.05 0 0.56 0.71 65.85 0.39 0.21
Hex 45 49 20 5 0 38 47 42 27 15
Octal 105 111 40 5 0 70 107 102 47 25
Binary 1000101 1001001 100000 101 0 111000 1000111 1000010 100111 10101

Color Harmonies of #454920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454920

Black with #454920

Text Example


Text Example

White with #454920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454920; }

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

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

background-color css

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

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

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

border-color css

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

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

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