Html Css Color HEX #4F5A1B Army green

📋 copy color: '#4F5A1B'

red 79 ◦ green 90 ◦ blue 27

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

Shades of Army green #4F5A1B

Tints of Army green #4F5A1B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.92%

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

R = 40.31%
G = 45.92%
B = 13.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#4F5A1B (or 0x4F5A1B) is known color: Army green. HEX triplet: 4F, 5A and 1B. RGB value is (79,90,27). Sum of RGB (Red+Green+Blue) = 79+90+27=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A1B is #B0A5E4. Grayscale: #4F4F4F. Windows color (decimal): -11576805 or 1792591. OLE color: 1792591.

HSL color Cylindrical-coordinate representation of color #4F5A1B: hue angle of 70.48º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F5A1B is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 90 27 -
CMYK 0.12 0 0.70 0.65
HSL 70.48º 0.54% 0.23% -
HSV(B) 70.48º 0.7% 0.35% -
XYZ 7.08 9.05 2.41 -
YUV 79.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 79 90 27 0.12 0 0.70 0.65 70.48 0.54 0.23
Hex 4F 5A 1B C 0 46 41 46 36 17
Octal 117 132 33 14 0 106 101 106 66 27
Binary 1001111 1011010 11011 1100 0 1000110 1000001 1000110 110110 10111

Color Harmonies of #4F5A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5A1B

Black with #4F5A1B

Text Example


Text Example

White with #4F5A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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