Html Css Color HEX #4F6022 Army green

📋 copy color: '#4F6022'

red 79 ◦ green 96 ◦ blue 34

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

Shades of Army green #4F6022

Tints of Army green #4F6022

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.93%

 BLUE value IS 34 (13.67% from 255) = 16.27%

R = 37.8%
G = 45.93%
B = 16.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#4F6022 (or 0x4F6022) is known color: Army green. HEX triplet: 4F, 60 and 22. RGB value is (79,96,34). Sum of RGB (Red+Green+Blue) = 79+96+34=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6022 is #B09FDD. Grayscale: #545454. Windows color (decimal): -11575262 or 2252879. OLE color: 2252879.

HSL color Cylindrical-coordinate representation of color #4F6022: hue angle of 76.45º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F6022 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 96 34 -
CMYK 0.18 0 0.65 0.62
HSL 76.45º 0.48% 0.25% -
HSV(B) 76.45º 0.65% 0.38% -
XYZ 7.7 10.14 3.07 -
YUV 83.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 79 96 34 0.18 0 0.65 0.62 76.45 0.48 0.25
Hex 4F 60 22 12 0 41 3E 4C 30 19
Octal 117 140 42 22 0 101 76 114 60 31
Binary 1001111 1100000 100010 10010 0 1000001 111110 1001100 110000 11001

Color Harmonies of #4F6022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6022

Black with #4F6022

Text Example


Text Example

White with #4F6022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,96,34); }

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

background-color css

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

 a { background-color: rgb(79,96,34); }

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

border-color css

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

 span { border-color: rgb(79,96,34); }

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