Html Css Color HEX #4F5520 Army green

📋 copy color: '#4F5520'

red 79 ◦ green 85 ◦ blue 32

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

Shades of Army green #4F5520

Tints of Army green #4F5520

RGB

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

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

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

R = 40.31%
G = 43.37%
B = 16.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#4F5520 (or 0x4F5520) is known color: Army green. HEX triplet: 4F, 55 and 20. RGB value is (79,85,32). Sum of RGB (Red+Green+Blue) = 79+85+32=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5520 is #B0AADF. Grayscale: #4D4D4D. Windows color (decimal): -11578080 or 2118991. OLE color: 2118991.

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

Color convert

RGB 79 85 32 -
CMYK 0.07 0 0.62 0.67
HSL 66.79º 0.45% 0.23% -
HSV(B) 66.79º 0.62% 0.33% -
XYZ 6.73 8.26 2.61 -
YUV 77.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 79 85 32 0.07 0 0.62 0.67 66.79 0.45 0.23
Hex 4F 55 20 7 0 3E 43 43 2D 17
Octal 117 125 40 7 0 76 103 103 55 27
Binary 1001111 1010101 100000 111 0 111110 1000011 1000011 101101 10111

Color Harmonies of #4F5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5520

Black with #4F5520

Text Example


Text Example

White with #4F5520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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