Html Css Color HEX #4F551F Army green

📋 copy color: '#4F551F'

red 79 ◦ green 85 ◦ blue 31

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

Shades of Army green #4F551F

Tints of Army green #4F551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.59%

 BLUE value IS 31 (12.5% from 255) = 15.9%

R = 40.51%
G = 43.59%
B = 15.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#4F551F (or 0x4F551F) is known color: Army green. HEX triplet: 4F, 55 and 1F. RGB value is (79,85,31). Sum of RGB (Red+Green+Blue) = 79+85+31=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #4F551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F551F is #B0AAE0. Grayscale: #4D4D4D. Windows color (decimal): -11578081 or 2053455. OLE color: 2053455.

HSL color Cylindrical-coordinate representation of color #4F551F: hue angle of 66.67º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F551F is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 85 31 -
CMYK 0.07 0 0.64 0.67
HSL 66.67º 0.47% 0.23% -
HSV(B) 66.67º 0.64% 0.33% -
XYZ 6.72 8.26 2.54 -
YUV 77.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 79 85 31 0.07 0 0.64 0.67 66.67 0.47 0.23
Hex 4F 55 1F 7 0 40 43 43 2F 17
Octal 117 125 37 7 0 100 103 103 57 27
Binary 1001111 1010101 11111 111 0 1000000 1000011 1000011 101111 10111

Color Harmonies of #4F551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F551F

Black with #4F551F

Text Example


Text Example

White with #4F551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,85,31); }

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

background-color css

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

 a { background-color: rgb(79,85,31); }

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

border-color css

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

 span { border-color: rgb(79,85,31); }

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