Html Css Color HEX #4F521F Army green

📋 copy color: '#4F521F'

red 79 ◦ green 82 ◦ blue 31

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

Shades of Army green #4F521F

Tints of Army green #4F521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.71%

 BLUE value IS 31 (12.5% from 255) = 16.15%

R = 41.15%
G = 42.71%
B = 16.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#4F521F (or 0x4F521F) is known color: Army green. HEX triplet: 4F, 52 and 1F. RGB value is (79,82,31). Sum of RGB (Red+Green+Blue) = 79+82+31=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #4F521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F521F is #B0ADE0. Grayscale: #4B4B4B. Windows color (decimal): -11578849 or 2052687. OLE color: 2052687.

HSL color Cylindrical-coordinate representation of color #4F521F: hue angle of 63.53º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F521F is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 79 82 31 -
CMYK 0.04 0 0.62 0.68
HSL 63.53º 0.45% 0.22% -
HSV(B) 63.53º 0.62% 0.32% -
XYZ 6.49 7.8 2.46 -
YUV 75.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 79 82 31 0.04 0 0.62 0.68 63.53 0.45 0.22
Hex 4F 52 1F 4 0 3E 44 40 2D 16
Octal 117 122 37 4 0 76 104 100 55 26
Binary 1001111 1010010 11111 100 0 111110 1000100 1000000 101101 10110

Color Harmonies of #4F521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F521F

Black with #4F521F

Text Example


Text Example

White with #4F521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,82,31); }

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

background-color css

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

 a { background-color: rgb(79,82,31); }

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

border-color css

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

 span { border-color: rgb(79,82,31); }

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