Html Css Color HEX #4F581F Army green

📋 copy color: '#4F581F'

red 79 ◦ green 88 ◦ blue 31

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

Shades of Army green #4F581F

Tints of Army green #4F581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.44%

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

R = 39.9%
G = 44.44%
B = 15.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#4F581F (or 0x4F581F) is known color: Army green. HEX triplet: 4F, 58 and 1F. RGB value is (79,88,31). Sum of RGB (Red+Green+Blue) = 79+88+31=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #4F581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F581F is #B0A7E0. Grayscale: #4F4F4F. Windows color (decimal): -11577313 or 2054223. OLE color: 2054223.

HSL color Cylindrical-coordinate representation of color #4F581F: hue angle of 69.47º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F581F is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 88 31 -
CMYK 0.10 0 0.65 0.65
HSL 69.47º 0.48% 0.23% -
HSV(B) 69.47º 0.65% 0.35% -
XYZ 6.96 8.74 2.62 -
YUV 78.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 79 88 31 0.10 0 0.65 0.65 69.47 0.48 0.23
Hex 4F 58 1F A 0 41 41 45 30 17
Octal 117 130 37 12 0 101 101 105 60 27
Binary 1001111 1011000 11111 1010 0 1000001 1000001 1000101 110000 10111

Color Harmonies of #4F581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F581F

Black with #4F581F

Text Example


Text Example

White with #4F581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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