Html Css Color HEX #4F5521 Army green

📋 copy color: '#4F5521'

red 79 ◦ green 85 ◦ blue 33

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

Shades of Army green #4F5521

Tints of Army green #4F5521

RGB

 RED value IS 79 (31.25% from 255) = 40.1%

 GREEN value IS 85 (33.59% from 255) = 43.15%

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

R = 40.1%
G = 43.15%
B = 16.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#4F5521 (or 0x4F5521) is known color: Army green. HEX triplet: 4F, 55 and 21. RGB value is (79,85,33). Sum of RGB (Red+Green+Blue) = 79+85+33=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5521 is #B0AADE. Grayscale: #4D4D4D. Windows color (decimal): -11578079 or 2184527. OLE color: 2184527.

HSL color Cylindrical-coordinate representation of color #4F5521: hue angle of 66.92º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F5521 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 85 33 -
CMYK 0.07 0 0.61 0.67
HSL 66.92º 0.44% 0.23% -
HSV(B) 66.92º 0.61% 0.33% -
XYZ 6.75 8.27 2.68 -
YUV 77.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 79 85 33 0.07 0 0.61 0.67 66.92 0.44 0.23
Hex 4F 55 21 7 0 3D 43 43 2C 17
Octal 117 125 41 7 0 75 103 103 54 27
Binary 1001111 1010101 100001 111 0 111101 1000011 1000011 101100 10111

Color Harmonies of #4F5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5521

Black with #4F5521

Text Example


Text Example

White with #4F5521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,85,33); }

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

background-color css

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

 a { background-color: rgb(79,85,33); }

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

border-color css

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

 span { border-color: rgb(79,85,33); }

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