Html Css Color HEX #4F511D Army green

📋 copy color: '#4F511D'

red 79 ◦ green 81 ◦ blue 29

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

Shades of Army green #4F511D

Tints of Army green #4F511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.86%

 BLUE value IS 29 (11.72% from 255) = 15.34%

R = 41.8%
G = 42.86%
B = 15.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#4F511D (or 0x4F511D) is known color: Army green. HEX triplet: 4F, 51 and 1D. RGB value is (79,81,29). Sum of RGB (Red+Green+Blue) = 79+81+29=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #4F511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F511D is #B0AEE2. Grayscale: #4A4A4A. Windows color (decimal): -11579107 or 1921359. OLE color: 1921359.

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

Color convert

RGB 79 81 29 -
CMYK 0.02 0 0.64 0.68
HSL 62.31º 0.47% 0.22% -
HSV(B) 62.31º 0.64% 0.32% -
XYZ 6.39 7.64 2.3 -
YUV 74.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 79 81 29 0.02 0 0.64 0.68 62.31 0.47 0.22
Hex 4F 51 1D 2 0 40 44 3E 2F 16
Octal 117 121 35 2 0 100 104 76 57 26
Binary 1001111 1010001 11101 10 0 1000000 1000100 111110 101111 10110

Color Harmonies of #4F511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F511D

Black with #4F511D

Text Example


Text Example

White with #4F511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,81,29); }

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

background-color css

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

 a { background-color: rgb(79,81,29); }

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

border-color css

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

 span { border-color: rgb(79,81,29); }

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