Html Css Color HEX #4F5316 Army green

📋 copy color: '#4F5316'

red 79 ◦ green 83 ◦ blue 22

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

Shades of Army green #4F5316

Tints of Army green #4F5316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.11%

 BLUE value IS 22 (8.98% from 255) = 11.96%

R = 42.93%
G = 45.11%
B = 11.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#4F5316 (or 0x4F5316) is known color: Army green. HEX triplet: 4F, 53 and 16. RGB value is (79,83,22). Sum of RGB (Red+Green+Blue) = 79+83+22=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5316 is #B0ACE9. Grayscale: #4B4B4B. Windows color (decimal): -11578602 or 1463119. OLE color: 1463119.

HSL color Cylindrical-coordinate representation of color #4F5316: hue angle of 63.93º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F5316 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 83 22 -
CMYK 0.05 0 0.73 0.67
HSL 63.93º 0.58% 0.21% -
HSV(B) 63.93º 0.73% 0.33% -
XYZ 6.46 7.91 1.94 -
YUV 74.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 79 83 22 0.05 0 0.73 0.67 63.93 0.58 0.21
Hex 4F 53 16 5 0 49 43 40 3A 15
Octal 117 123 26 5 0 111 103 100 72 25
Binary 1001111 1010011 10110 101 0 1001001 1000011 1000000 111010 10101

Color Harmonies of #4F5316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5316

Black with #4F5316

Text Example


Text Example

White with #4F5316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,83,22); }

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

background-color css

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

 a { background-color: rgb(79,83,22); }

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

border-color css

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

 span { border-color: rgb(79,83,22); }

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