Html Css Color HEX #4F581B Army green

📋 copy color: '#4F581B'

red 79 ◦ green 88 ◦ blue 27

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

Shades of Army green #4F581B

Tints of Army green #4F581B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.92%

R = 40.72%
G = 45.36%
B = 13.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#4F581B (or 0x4F581B) is known color: Army green. HEX triplet: 4F, 58 and 1B. RGB value is (79,88,27). Sum of RGB (Red+Green+Blue) = 79+88+27=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #4F581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F581B is #B0A7E4. Grayscale: #4E4E4E. Windows color (decimal): -11577317 or 1792079. OLE color: 1792079.

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

Color convert

RGB 79 88 27 -
CMYK 0.10 0 0.69 0.65
HSL 68.85º 0.53% 0.23% -
HSV(B) 68.85º 0.69% 0.35% -
XYZ 6.91 8.72 2.36 -
YUV 78.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 79 88 27 0.10 0 0.69 0.65 68.85 0.53 0.23
Hex 4F 58 1B A 0 45 41 45 35 17
Octal 117 130 33 12 0 105 101 105 65 27
Binary 1001111 1011000 11011 1010 0 1000101 1000001 1000101 110101 10111

Color Harmonies of #4F581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F581B

Black with #4F581B

Text Example


Text Example

White with #4F581B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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