#4F5518

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

Shades of Army green #4F5518

Tints of Army green #4F5518

Color information

#4F5518 (or 0x4F5518) is unknown color: approx Army green. HEX triplet: 4F, 55 and 18. RGB value is (79,85,24). Sum of RGB (Red+Green+Blue) = 79+85+24=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5518 is #B0AAE7. Grayscale: #4C4C4C. Windows color (decimal): -11578088 or 1594703. OLE color: 1594703.

HSL color Cylindrical-coordinate representation of color #4F5518: hue angle of 65.9º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F5518 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB798524-
CMYK0.0700.720.67
HSL65.9º55.96%21.37%-
HSV(B)65.9º71.76%33.33%-
XYZ6.648.232.1-
YUV76.2598.51129.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.02%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 24 (9.77% from 255) = 12.77%
R=42.02%
G=45.21%
B=12.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985240.0700.720.6765.955.9621.37
Hex4F5518704843423815
Octal11712530701101031027025
Binary1001111101010111000111010010001000011100001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,24); }

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

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

 a { background-color: rgb(79,85,24); }

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

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

 span { border-color: rgb(79,85,24); }

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