Html Css Color HEX #4F551D Army green

📋 copy color: '#4F551D'

red 79 ◦ green 85 ◦ blue 29

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

Shades of Army green #4F551D

Tints of Army green #4F551D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.04%

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

R = 40.93%
G = 44.04%
B = 15.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#4F551D (or 0x4F551D) is known color: Army green. HEX triplet: 4F, 55 and 1D. RGB value is (79,85,29). Sum of RGB (Red+Green+Blue) = 79+85+29=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #4F551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F551D is #B0AAE2. Grayscale: #4D4D4D. Windows color (decimal): -11578083 or 1922383. OLE color: 1922383.

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

Color convert

RGB 79 85 29 -
CMYK 0.07 0 0.66 0.67
HSL 66.43º 0.49% 0.22% -
HSV(B) 66.43º 0.66% 0.33% -
XYZ 6.69 8.25 2.4 -
YUV 76.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 79 85 29 0.07 0 0.66 0.67 66.43 0.49 0.22
Hex 4F 55 1D 7 0 42 43 42 31 16
Octal 117 125 35 7 0 102 103 102 61 26
Binary 1001111 1010101 11101 111 0 1000010 1000011 1000010 110001 10110

Color Harmonies of #4F551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F551D

Black with #4F551D

Text Example


Text Example

White with #4F551D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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