Html Css Color HEX #4F5024 Army green

📋 copy color: '#4F5024'

red 79 ◦ green 80 ◦ blue 36

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

Shades of Army green #4F5024

Tints of Army green #4F5024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

 BLUE value IS 36 (14.45% from 255) = 18.46%

R = 40.51%
G = 41.03%
B = 18.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#4F5024 (or 0x4F5024) is known color: Army green. HEX triplet: 4F, 50 and 24. RGB value is (79,80,36). Sum of RGB (Red+Green+Blue) = 79+80+36=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5024 is #B0AFDB. Grayscale: #4A4A4A. Windows color (decimal): -11579356 or 2379855. OLE color: 2379855.

HSL color Cylindrical-coordinate representation of color #4F5024: hue angle of 61.36º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F5024 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 80 36 -
CMYK 0.01 0 0.55 0.69
HSL 61.36º 0.38% 0.23% -
HSV(B) 61.36º 0.55% 0.31% -
XYZ 6.41 7.53 2.78 -
YUV 74.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 79 80 36 0.01 0 0.55 0.69 61.36 0.38 0.23
Hex 4F 50 24 1 0 37 45 3D 26 17
Octal 117 120 44 1 0 67 105 75 46 27
Binary 1001111 1010000 100100 1 0 110111 1000101 111101 100110 10111

Color Harmonies of #4F5024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5024

Black with #4F5024

Text Example


Text Example

White with #4F5024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,80,36); }

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

background-color css

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

 a { background-color: rgb(79,80,36); }

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

border-color css

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

 span { border-color: rgb(79,80,36); }

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