Html Css Color HEX #4F6120 Army green

📋 copy color: '#4F6120'

red 79 ◦ green 97 ◦ blue 32

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

Shades of Army green #4F6120

Tints of Army green #4F6120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.63%

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

R = 37.98%
G = 46.63%
B = 15.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#4F6120 (or 0x4F6120) is known color: Army green. HEX triplet: 4F, 61 and 20. RGB value is (79,97,32). Sum of RGB (Red+Green+Blue) = 79+97+32=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #4F6120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6120 is #B09EDF. Grayscale: #545454. Windows color (decimal): -11575008 or 2122063. OLE color: 2122063.

HSL color Cylindrical-coordinate representation of color #4F6120: hue angle of 76.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F6120 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 97 32 -
CMYK 0.19 0 0.67 0.62
HSL 76.62º 0.5% 0.25% -
HSV(B) 76.62º 0.67% 0.38% -
XYZ 7.76 10.32 2.95 -
YUV 84.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 79 97 32 0.19 0 0.67 0.62 76.62 0.5 0.25
Hex 4F 61 20 13 0 43 3E 4D 32 19
Octal 117 141 40 23 0 103 76 115 62 31
Binary 1001111 1100001 100000 10011 0 1000011 111110 1001101 110010 11001

Color Harmonies of #4F6120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6120

Black with #4F6120

Text Example


Text Example

White with #4F6120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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