Html Css Color HEX #4F551B Army green

📋 copy color: '#4F551B'

red 79 ◦ green 85 ◦ blue 27

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

Shades of Army green #4F551B

Tints of Army green #4F551B

RGB

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

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

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

R = 41.36%
G = 44.5%
B = 14.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#4F551B (or 0x4F551B) is known color: Army green. HEX triplet: 4F, 55 and 1B. RGB value is (79,85,27). Sum of RGB (Red+Green+Blue) = 79+85+27=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #4F551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F551B is #B0AAE4. Grayscale: #4C4C4C. Windows color (decimal): -11578085 or 1791311. OLE color: 1791311.

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

Color convert

RGB 79 85 27 -
CMYK 0.07 0 0.68 0.67
HSL 66.21º 0.52% 0.22% -
HSV(B) 66.21º 0.68% 0.33% -
XYZ 6.67 8.24 2.28 -
YUV 76.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 79 85 27 0.07 0 0.68 0.67 66.21 0.52 0.22
Hex 4F 55 1B 7 0 44 43 42 34 16
Octal 117 125 33 7 0 104 103 102 64 26
Binary 1001111 1010101 11011 111 0 1000100 1000011 1000010 110100 10110

Color Harmonies of #4F551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F551B

Black with #4F551B

Text Example


Text Example

White with #4F551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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