Html Css Color HEX #4F531D Army green

📋 copy color: '#4F531D'

red 79 ◦ green 83 ◦ blue 29

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

Shades of Army green #4F531D

Tints of Army green #4F531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.46%

 BLUE value IS 29 (11.72% from 255) = 15.18%

R = 41.36%
G = 43.46%
B = 15.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#4F531D (or 0x4F531D) is known color: Army green. HEX triplet: 4F, 53 and 1D. RGB value is (79,83,29). Sum of RGB (Red+Green+Blue) = 79+83+29=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #4F531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F531D is #B0ACE2. Grayscale: #4B4B4B. Windows color (decimal): -11578595 or 1921871. OLE color: 1921871.

HSL color Cylindrical-coordinate representation of color #4F531D: hue angle of 64.44º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F531D is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 83 29 -
CMYK 0.05 0 0.65 0.67
HSL 64.44º 0.48% 0.22% -
HSV(B) 64.44º 0.65% 0.33% -
XYZ 6.54 7.94 2.35 -
YUV 75.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 79 83 29 0.05 0 0.65 0.67 64.44 0.48 0.22
Hex 4F 53 1D 5 0 41 43 40 30 16
Octal 117 123 35 5 0 101 103 100 60 26
Binary 1001111 1010011 11101 101 0 1000001 1000011 1000000 110000 10110

Color Harmonies of #4F531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F531D

Black with #4F531D

Text Example


Text Example

White with #4F531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,83,29); }

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

background-color css

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

 a { background-color: rgb(79,83,29); }

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

border-color css

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

 span { border-color: rgb(79,83,29); }

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