#4F5E23

Color #4F5E23 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #4F5E23

Tints of Army green #4F5E23

Color information

#4F5E23 (or 0x4F5E23) is unknown color: approx Army green. HEX triplet: 4F, 5E and 23. RGB value is (79,94,35). Sum of RGB (Red+Green+Blue) = 79+94+35=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 94 - color contains mainly: green. Hex color #4F5E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5E23 is #B0A1DC. Grayscale: #535353. Windows color (decimal): -11575773 or 2317903. OLE color: 2317903.

HSL color Cylindrical-coordinate representation of color #4F5E23: hue angle of 75.25º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F5E23 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB799435-
CMYK0.1600.630.63
HSL75.25º45.74%25.29%-
HSV(B)75.25º62.77%36.86%-
XYZ7.539.793.08-
YUV82.79101.03125.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.98%
GREEN value IS 94 (37.11% from 255) = 45.19%
BLUE value IS 35 (14.06% from 255) = 16.83%
R=37.98%
G=45.19%
B=16.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7994350.1600.630.6375.2545.7425.29
Hex4F5E231003F3F4b2e19
Octal1171364320077771135631
Binary10011111011110100011100000111111111111100101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,94,35); }

 H1.HeaderClassName
 {
   color: #4F5E23;
 }
 .AnyTagClassName
 {
   color: #4F5E23;
 }
</style>
background-color css

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

 a { background-color: rgb(79,94,35); }

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

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

 span { border-color: rgb(79,94,35); }

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