Html Css Color HEX #4F581C Army green

📋 copy color: '#4F581C'

red 79 ◦ green 88 ◦ blue 28

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

Shades of Army green #4F581C

Tints of Army green #4F581C

RGB

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

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

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

R = 40.51%
G = 45.13%
B = 14.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#4F581C (or 0x4F581C) is known color: Army green. HEX triplet: 4F, 58 and 1C. RGB value is (79,88,28). Sum of RGB (Red+Green+Blue) = 79+88+28=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #4F581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F581C is #B0A7E3. Grayscale: #4E4E4E. Windows color (decimal): -11577316 or 1857615. OLE color: 1857615.

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

Color convert

RGB 79 88 28 -
CMYK 0.10 0 0.68 0.65
HSL 69º 0.52% 0.23% -
HSV(B) 69º 0.68% 0.35% -
XYZ 6.92 8.73 2.42 -
YUV 78.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 79 88 28 0.10 0 0.68 0.65 69 0.52 0.23
Hex 4F 58 1C A 0 44 41 45 34 17
Octal 117 130 34 12 0 104 101 105 64 27
Binary 1001111 1011000 11100 1010 0 1000100 1000001 1000101 110100 10111

Color Harmonies of #4F581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F581C

Black with #4F581C

Text Example


Text Example

White with #4F581C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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