Html Css Color HEX #4C5021 Army green

📋 copy color: '#4C5021'

red 76 ◦ green 80 ◦ blue 33

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

Shades of Army green #4C5021

Tints of Army green #4C5021

RGB

 RED value IS 76 (30.08% from 255) = 40.21%

 GREEN value IS 80 (31.64% from 255) = 42.33%

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

R = 40.21%
G = 42.33%
B = 17.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#4C5021 (or 0x4C5021) is known color: Army green. HEX triplet: 4C, 50 and 21. RGB value is (76,80,33). Sum of RGB (Red+Green+Blue) = 76+80+33=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5021 is #B3AFDE. Grayscale: #494949. Windows color (decimal): -11775967 or 2183244. OLE color: 2183244.

HSL color Cylindrical-coordinate representation of color #4C5021: hue angle of 65.11º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C5021 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 80 33 -
CMYK 0.05 0 0.59 0.69
HSL 65.11º 0.42% 0.22% -
HSV(B) 65.11º 0.59% 0.31% -
XYZ 6.12 7.38 2.54 -
YUV 73.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 76 80 33 0.05 0 0.59 0.69 65.11 0.42 0.22
Hex 4C 50 21 5 0 3B 45 41 2A 16
Octal 114 120 41 5 0 73 105 101 52 26
Binary 1001100 1010000 100001 101 0 111011 1000101 1000001 101010 10110

Color Harmonies of #4C5021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5021

Black with #4C5021

Text Example


Text Example

White with #4C5021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C5021; }

 p { color: rgb(76,80,33); }

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

background-color css

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

 a { background-color: rgb(76,80,33); }

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

border-color css

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

 span { border-color: rgb(76,80,33); }

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