Html Css Color HEX #4F5A1C Army green

📋 copy color: '#4F5A1C'

red 79 ◦ green 90 ◦ blue 28

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

Shades of Army green #4F5A1C

Tints of Army green #4F5A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.21%

R = 40.1%
G = 45.69%
B = 14.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#4F5A1C (or 0x4F5A1C) is known color: Army green. HEX triplet: 4F, 5A and 1C. RGB value is (79,90,28). Sum of RGB (Red+Green+Blue) = 79+90+28=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A1C is #B0A5E3. Grayscale: #4F4F4F. Windows color (decimal): -11576804 or 1858127. OLE color: 1858127.

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

Color convert

RGB 79 90 28 -
CMYK 0.12 0 0.69 0.65
HSL 70.65º 0.53% 0.23% -
HSV(B) 70.65º 0.69% 0.35% -
XYZ 7.09 9.06 2.47 -
YUV 79.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 79 90 28 0.12 0 0.69 0.65 70.65 0.53 0.23
Hex 4F 5A 1C C 0 45 41 47 35 17
Octal 117 132 34 14 0 105 101 107 65 27
Binary 1001111 1011010 11100 1100 0 1000101 1000001 1000111 110101 10111

Color Harmonies of #4F5A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5A1C

Black with #4F5A1C

Text Example


Text Example

White with #4F5A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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