#484D1E

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

Shades of Army green #484D1E

Tints of Army green #484D1E

Color information

#484D1E (or 0x484D1E) is unknown color: approx Army green. HEX triplet: 48, 4D and 1E. RGB value is (72,77,30). Sum of RGB (Red+Green+Blue) = 72+77+30=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #484D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D1E is #B7B2E1. Grayscale: #464646. Windows color (decimal): -12038882 or 1985864. OLE color: 1985864.

HSL color Cylindrical-coordinate representation of color #484D1E: hue angle of 66.38º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #484D1E is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB727730-
CMYK0.0600.610.70
HSL66.38º43.93%20.98%-
HSV(B)66.38º61.04%30.2%-
XYZ5.566.782.24-
YUV70.15105.34129.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 77 (30.47% from 255) = 43.02%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=40.22%
G=43.02%
B=16.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7277300.0600.610.7066.3843.9320.98
Hex484D1E603D46422c15
Octal1101153660751061025425
Binary100100010011011111011001111011000110100001010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484D1E; }

 p { color: rgb(72,77,30); }

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

<style>
 a { background-color: #484D1E; }

 a { background-color: rgb(72,77,30); }

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

<style>
 span { border-color: #484D1E; }

 span { border-color: rgb(72,77,30); }

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