Html Css Color HEX #4F511C Army green

📋 copy color: '#4F511C'

red 79 ◦ green 81 ◦ blue 28

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

Shades of Army green #4F511C

Tints of Army green #4F511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.89%

R = 42.02%
G = 43.09%
B = 14.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#4F511C (or 0x4F511C) is known color: Army green. HEX triplet: 4F, 51 and 1C. RGB value is (79,81,28). Sum of RGB (Red+Green+Blue) = 79+81+28=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #4F511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F511C is #B0AEE3. Grayscale: #4A4A4A. Windows color (decimal): -11579108 or 1855823. OLE color: 1855823.

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

Color convert

RGB 79 81 28 -
CMYK 0.02 0 0.65 0.68
HSL 62.26º 0.49% 0.21% -
HSV(B) 62.26º 0.65% 0.32% -
XYZ 6.38 7.63 2.24 -
YUV 74.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 79 81 28 0.02 0 0.65 0.68 62.26 0.49 0.21
Hex 4F 51 1C 2 0 41 44 3E 31 15
Octal 117 121 34 2 0 101 104 76 61 25
Binary 1001111 1010001 11100 10 0 1000001 1000100 111110 110001 10101

Color Harmonies of #4F511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F511C

Black with #4F511C

Text Example


Text Example

White with #4F511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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