Html Css Color HEX #4F531B Army green

📋 copy color: '#4F531B'

red 79 ◦ green 83 ◦ blue 27

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

Shades of Army green #4F531B

Tints of Army green #4F531B

RGB

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

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

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

R = 41.8%
G = 43.92%
B = 14.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#4F531B (or 0x4F531B) is known color: Army green. HEX triplet: 4F, 53 and 1B. RGB value is (79,83,27). Sum of RGB (Red+Green+Blue) = 79+83+27=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #4F531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F531B is #B0ACE4. Grayscale: #4B4B4B. Windows color (decimal): -11578597 or 1790799. OLE color: 1790799.

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

Color convert

RGB 79 83 27 -
CMYK 0.05 0 0.67 0.67
HSL 64.29º 0.51% 0.22% -
HSV(B) 64.29º 0.67% 0.33% -
XYZ 6.52 7.93 2.22 -
YUV 75.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 79 83 27 0.05 0 0.67 0.67 64.29 0.51 0.22
Hex 4F 53 1B 5 0 43 43 40 33 16
Octal 117 123 33 5 0 103 103 100 63 26
Binary 1001111 1010011 11011 101 0 1000011 1000011 1000000 110011 10110

Color Harmonies of #4F531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F531B

Black with #4F531B

Text Example


Text Example

White with #4F531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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