Html Css Color HEX #4F511A Army green

📋 copy color: '#4F511A'

red 79 ◦ green 81 ◦ blue 26

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

Shades of Army green #4F511A

Tints of Army green #4F511A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.98%

R = 42.47%
G = 43.55%
B = 13.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#4F511A (or 0x4F511A) is known color: Army green. HEX triplet: 4F, 51 and 1A. RGB value is (79,81,26). Sum of RGB (Red+Green+Blue) = 79+81+26=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #4F511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F511A is #B0AEE5. Grayscale: #4A4A4A. Windows color (decimal): -11579110 or 1724751. OLE color: 1724751.

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

Color convert

RGB 79 81 26 -
CMYK 0.02 0 0.68 0.68
HSL 62.18º 0.51% 0.21% -
HSV(B) 62.18º 0.68% 0.32% -
XYZ 6.35 7.62 2.11 -
YUV 74.13 100.84 131.47 -
System Red Green Blue C M Y K H S L
Decimal 79 81 26 0.02 0 0.68 0.68 62.18 0.51 0.21
Hex 4F 51 1A 2 0 44 44 3E 33 15
Octal 117 121 32 2 0 104 104 76 63 25
Binary 1001111 1010001 11010 10 0 1000100 1000100 111110 110011 10101

Color Harmonies of #4F511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F511A

Black with #4F511A

Text Example


Text Example

White with #4F511A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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