Html Css Color HEX #454D21 Army green

📋 copy color: '#454D21'

red 69 ◦ green 77 ◦ blue 33

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

Shades of Army green #454D21

Tints of Army green #454D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.02%

 BLUE value IS 33 (13.28% from 255) = 18.44%

R = 38.55%
G = 43.02%
B = 18.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#454D21 (or 0x454D21) is known color: Army green. HEX triplet: 45, 4D and 21. RGB value is (69,77,33). Sum of RGB (Red+Green+Blue) = 69+77+33=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #454D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D21 is #BAB2DE. Grayscale: #454545. Windows color (decimal): -12235487 or 2182469. OLE color: 2182469.

HSL color Cylindrical-coordinate representation of color #454D21: hue angle of 70.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #454D21 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 77 33 -
CMYK 0.10 0 0.57 0.70
HSL 70.91º 0.4% 0.22% -
HSV(B) 70.91º 0.57% 0.3% -
XYZ 5.38 6.68 2.45 -
YUV 69.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 69 77 33 0.10 0 0.57 0.70 70.91 0.4 0.22
Hex 45 4D 21 A 0 39 46 47 28 16
Octal 105 115 41 12 0 71 106 107 50 26
Binary 1000101 1001101 100001 1010 0 111001 1000110 1000111 101000 10110

Color Harmonies of #454D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454D21

Black with #454D21

Text Example


Text Example

White with #454D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,77,33); }

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

background-color css

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

 a { background-color: rgb(69,77,33); }

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

border-color css

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

 span { border-color: rgb(69,77,33); }

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